OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
IMPLEMENT_STREAMABLE_CTOR macros

Streaming Macros

Syntax

#define IMPLEMENT_STREAMABLE_CTOR2(cls, base1, base2)
Definition objstrm.h:1645
#define IMPLEMENT_STREAMABLE_CTOR3(cls, base1, base2, base3)
Definition objstrm.h:1646
#define IMPLEMENT_STREAMABLE_CTOR5(cls, base1, base2, base3, base4, base5)
Definition objstrm.h:1648
#define IMPLEMENT_STREAMABLE_CTOR4(cls, base1, base2, base3, base4)
Definition objstrm.h:1647
#define IMPLEMENT_STREAMABLE_CTOR(cls)
Definition objstrm.h:1642
#define IMPLEMENT_STREAMABLE_CTOR1(cls, base1)
Definition objstrm.h:1644

Header File

objstrm.h

Description

Defines the constructor called by the Build function. All base classes must be listed in the appropriate macro.