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

Streaming Macros

Syntax

#define DECLARE_ABSTRACT_STREAMER(exp, cls, ver)
Definition objstrm.h:1386

Header File

objstrm.h

Description

This macro is used by DECLARE_ABSTRACT_STREAMABLE. It declares a nested Streamer class without the Build function.

  • The first parameter should be a macro, which in turn should conditionally expand to either __import and __export, depending on whether or not the class is to be imported or exported from a DLL.
  • The second parameter is the streamable class name.
  • The third parameter is the object version number.