![]() |
Plasma Engine
2.0
|
Use this class to restore type versions written to a stream using a plTypeVersionWriteContext. More...
#include <TypeVersionContext.h>

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 |
Use this class to restore type versions written to a stream using a plTypeVersionWriteContext.