Defines | |
#define | SMOD_CREATE_FUNC_NAME "smod_create" |
#define | SMOD_FUNCTION_PROTOTYPE() extern "C" Sampler* smod_create( paramlist& pl ) |
Typedefs | |
typedef Sampler *(*) | SMOD_CREATE_FUNC (paramlist &pl) |
An Sampler module defined symbols which have to be used to provide a new type of Sampler into libcrbn.
#define SMOD_CREATE_FUNC_NAME "smod_create" |
The symbol searched with dlsym.
#define SMOD_FUNCTION_PROTOTYPE | ( | ) | extern "C" Sampler* smod_create( paramlist& pl ) |
The function which must be exported by the ObjectSet Module to be used with CRBN.
typedef Sampler*(*) SMOD_CREATE_FUNC(paramlist &pl) |
The function pointer used by libcrbn.