Streaming Macros
Syntax
#define IMPLEMENT_STREAMABLE_CTOR2(cls, base1, base2)
#define IMPLEMENT_STREAMABLE_CTOR3(cls, base1, base2, base3)
#define IMPLEMENT_STREAMABLE_CTOR5(cls, base1, base2, base3, base4, base5)
#define IMPLEMENT_STREAMABLE_CTOR4(cls, base1, base2, base3, base4)
#define IMPLEMENT_STREAMABLE_CTOR(cls)
#define IMPLEMENT_STREAMABLE_CTOR1(cls, base1)
Header File
objstrm.h
Description
Defines the constructor called by the Build function. All base classes must be listed in the appropriate macro.