RAII wrappers for Aravis/GLib C objects. More...
#include <utility>#include <string>Go to the source code of this file.
Classes | |
| struct | camcom::genicam::GErrorGuard |
| RAII guard for GError* — auto-frees on destruction. More... | |
| class | camcom::genicam::GObjectGuard< T > |
Namespaces | |
| namespace | camcom |
| namespace | camcom::genicam |
Typedefs | |
| typedef struct _ArvDevice | ArvDevice |
| typedef struct _ArvStream | ArvStream |
| typedef struct _ArvBuffer | ArvBuffer |
| typedef struct _GError | GError |
| typedef struct _GInetAddress | GInetAddress |
| using | camcom::genicam::DeviceGuard = GObjectGuard<ArvDevice> |
| using | camcom::genicam::StreamGuard = GObjectGuard<ArvStream> |
| using | camcom::genicam::BufferGuard = GObjectGuard<ArvBuffer> |
| using | camcom::genicam::InetAddrGuard = GObjectGuard<GInetAddress> |
RAII wrappers for Aravis/GLib C objects.
| typedef struct _ArvBuffer ArvBuffer |
| typedef struct _ArvDevice ArvDevice |
| typedef struct _ArvStream ArvStream |
| typedef struct _GError GError |
| typedef struct _GInetAddress GInetAddress |