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

Streaming Macros

Syntax

#define DECLARE_STREAMABLE_OPS(cls)
Definition objstrm.h:1416

Header File

objstrm.h

Description

Declares the inserters and extractors. For template classes, DECLARE_STREAMABLE_OPS must use class<...> as the macro argument, other DECLAREs take only the class name.