|
Gaudi Framework, version v25r0 |
| Home | Generated: Mon Feb 17 2014 |
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | cgaudi_pluginsvc_t |
| struct | cgaudi_factory_t |
| struct | cgaudi_property_t |
Macros | |
| #define | CGAUDI_IMPORT |
| #define | CGAUDI_EXPORT |
| #define | CGAUDI_LOCAL |
| #define | CGAUDI_API CGAUDI_EXPORT |
Functions | |
| CGAUDI_API cgaudi_pluginsvc_t | cgaudi_pluginsvc_instance (void) |
| CGAUDI_API int | cgaudi_pluginsvc_get_factory_size (cgaudi_pluginsvc_t self) |
| CGAUDI_API cgaudi_factory_t | cgaudi_pluginsvc_get_factory_at (cgaudi_pluginsvc_t self, int n) |
| CGAUDI_API const char * | cgaudi_factory_get_library (cgaudi_factory_t self) |
| CGAUDI_API const char * | cgaudi_factory_get_type (cgaudi_factory_t self) |
| CGAUDI_API const char * | cgaudi_factory_get_rtype (cgaudi_factory_t self) |
| CGAUDI_API const char * | cgaudi_factory_get_classname (cgaudi_factory_t self) |
| CGAUDI_API int | cgaudi_factory_get_property_size (cgaudi_factory_t self) |
| CGAUDI_API cgaudi_property_t | cgaudi_factory_get_property_at (cgaudi_factory_t self, int n) |
| CGAUDI_API const char * | cgaudi_property_get_key (cgaudi_property_t self) |
| CGAUDI_API const char * | cgaudi_property_get_value (cgaudi_property_t self) |
| #define CGAUDI_API CGAUDI_EXPORT |
Definition at line 36 of file capi_pluginservice.h.
| #define CGAUDI_EXPORT |
Definition at line 32 of file capi_pluginservice.h.
| #define CGAUDI_IMPORT |
Definition at line 31 of file capi_pluginservice.h.
| #define CGAUDI_LOCAL |
Definition at line 33 of file capi_pluginservice.h.
| CGAUDI_API const char* cgaudi_factory_get_classname | ( | cgaudi_factory_t | self | ) |
Definition at line 73 of file capi_pluginservice.cpp.
| CGAUDI_API const char* cgaudi_factory_get_library | ( | cgaudi_factory_t | self | ) |
Definition at line 46 of file capi_pluginservice.cpp.
| CGAUDI_API cgaudi_property_t cgaudi_factory_get_property_at | ( | cgaudi_factory_t | self, |
| int | n | ||
| ) |
Definition at line 92 of file capi_pluginservice.cpp.
| CGAUDI_API int cgaudi_factory_get_property_size | ( | cgaudi_factory_t | self | ) |
Definition at line 82 of file capi_pluginservice.cpp.
| CGAUDI_API const char* cgaudi_factory_get_rtype | ( | cgaudi_factory_t | self | ) |
Definition at line 64 of file capi_pluginservice.cpp.
| CGAUDI_API const char* cgaudi_factory_get_type | ( | cgaudi_factory_t | self | ) |
Definition at line 55 of file capi_pluginservice.cpp.
| CGAUDI_API cgaudi_factory_t cgaudi_pluginsvc_get_factory_at | ( | cgaudi_pluginsvc_t | self, |
| int | n | ||
| ) |
Definition at line 26 of file capi_pluginservice.cpp.
| CGAUDI_API int cgaudi_pluginsvc_get_factory_size | ( | cgaudi_pluginsvc_t | self | ) |
Definition at line 18 of file capi_pluginservice.cpp.
| CGAUDI_API cgaudi_pluginsvc_t cgaudi_pluginsvc_instance | ( | void | ) |
Definition at line 9 of file capi_pluginservice.cpp.
| CGAUDI_API const char* cgaudi_property_get_key | ( | cgaudi_property_t | self | ) |
Definition at line 116 of file capi_pluginservice.cpp.
| CGAUDI_API const char* cgaudi_property_get_value | ( | cgaudi_property_t | self | ) |
Definition at line 122 of file capi_pluginservice.cpp.