gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
helper_context.hpp
Go to the documentation of this file.
1 
25 #ifndef HELPERCONTEXT_HPP
26 #define HELPERCONTEXT_HPP
27 
28 #include <memory>
29 
30 namespace gphoto2
31 {
32  struct _GPContext;
33 }
34 
35 
36 namespace gphoto2pp
37 {
43  std::shared_ptr<gphoto2::_GPContext> getContext();
44 
45  namespace helper
46  {
47  // TODO
48  }
49 }
50 
51 #endif // HELPERGPHOTO2_HPP