Wallaroo  0.8
Macros
dyn_registered.h File Reference
#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)
 

Detailed Description

This header file must be included in every source file of a shared library.

Macro Definition Documentation

#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.

Parameters
CThe class name