Packable::GetPackTypeSize
Defined in: C4Packing.h
Returns the total size of the type codes needed to identify the most-derived subclass.
Prototype
unsigned long GetPackTypeSize(void) const;
Description
The GetPackTypeSize function returns the number of bytes that would be written to the output stream when the object's type is packed.
See Also
Packable::PackType
|