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

Streaming Macros

Syntax

#define DECLARE_ABSTRACT_STREAMABLE(exp, cls, ver)
Definition objstrm.h:1523

Header File

objstrm.h

Description

This macro is used in an abstract class. DECLARE_STREAMABLE doesn't work with an abstract class because an asbtract class can never be instantiated, and the code that attempts to instantiate the object (Build) causes compiler errors.