gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
camera_file_path_wrapper.hpp
Go to the documentation of this file.
1 
25 #ifndef CAMERAFILEPATHWRAPPER_HPP
26 #define CAMERAFILEPATHWRAPPER_HPP
27 
28 #include <string>
29 
30 namespace gphoto2pp
31 {
36  {
37  std::string Name;
38  std::string Folder;
39  };
40 }
41 
42 #endif // CAMERAFILEPATHWRAPPER_HPP