Shadowrun: Awakened 29 September 2011 - Build 871
Defines
Export.h File Reference
#include "RakNetDefines.h"
Include dependency graph for Export.h:

Go to the source code of this file.

Defines

#define RAK_DLL_EXPORT
#define STATIC_FACTORY_DECLARATIONS(x)
#define STATIC_FACTORY_DEFINITIONS(x, y)

Define Documentation

#define RAK_DLL_EXPORT

Definition at line 6 of file Export.h.

#define STATIC_FACTORY_DECLARATIONS (   x)
Value:
static x* GetInstance(void); \
static void DestroyInstance( x *i);

Definition at line 9 of file Export.h.

#define STATIC_FACTORY_DEFINITIONS (   x,
 
)
Value:
x* x::GetInstance(void) {return RakNet::OP_NEW<y>( _FILE_AND_LINE_ );} \
void x::DestroyInstance( x *i) {RakNet::OP_DELETE(( y* ) i, _FILE_AND_LINE_);}

Definition at line 12 of file Export.h.


Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net