GATE
gate::Library Class Reference
Inheritance diagram for gate::Library:
gate::NonCopyable

Public Types

typedef ::gate_library_function_t function_t
 

Public Member Functions

 Library (String const &path, uint32_t flags=0)
 
bool_t hasFunction (String const &funcname, function_t *func=NULL) noexcept
 
function_t getFunction (String const &funcname)
 
bool_t hasData (String const &entryname, void **data=NULL) noexcept
 
void * getData (String const &entryname)
 

Static Public Attributes

static uint32_t const Flag_Local = GATE_LIBRARY_FLAG_LOCAL
 

The documentation for this class was generated from the following files: