Wallaroo
0.8
|
#include "registered.h"
#include "detail/dyn_class_descriptor.h"
#include "detail/dyn_class_descriptor_impl.h"
Go to the source code of this file.
Macros | |
#define | WALLAROO_DYNLIB_REGISTER(C) |
This header file must be included in every source file of a shared library.
#define WALLAROO_DYNLIB_REGISTER | ( | C | ) |
This macro must be used in the shared libraries to register a class. When a class is registered, you can create an instance using wallaroo::Catalog::Create(). Please note you can put multiple registration clauses, if you have multiple classes defined in the same shared library.
C | The class name |