Plasma Engine  2.0
Loading...
Searching...
No Matches
plTypeVersionReadContext Class Reference

Use this class to restore type versions written to a stream using a plTypeVersionWriteContext. More...

#include <TypeVersionContext.h>

Inheritance diagram for plTypeVersionReadContext:

Public Member Functions

 plTypeVersionReadContext (plStreamReader &inout_stream)
 Reads the type version table from the stream.
 
plUInt32 GetTypeVersion (const plRTTI *pRtti) const
 
- Public Member Functions inherited from plSerializationContext< plTypeVersionReadContext >
void SetActive (bool bActive)
 Set the context as active which means it can be accessed via GetContext in serialization methods.
 

Protected Attributes

plHashTable< const plRTTI *, plUInt32 > m_TypeVersions
 

Detailed Description

Use this class to restore type versions written to a stream using a plTypeVersionWriteContext.


The documentation for this class was generated from the following files: