Unpacker::GetType
Defined in:
Returns the generic type appearing next in the input stream.
C4Packing.h
Prototype
Type GetType(void) const;
Description
The GetType
function returns the generic type appearing next in the input stream encapsulated by an Unpacker
object. This function does not advance the pointer into the stream. If it is necessary to read additional types, the preincrement operator (++
) should be used on the Unpacker
object to explicitly advance the pointer to the next type.