Streaming Macros
Syntax
#define DECLARE_ABSTRACT_STREAMER(exp, cls, ver)
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.