![]() |
Plasma Engine
2.0
|
This class to restore strings written to a stream using a plStringDeduplicationWriteContext. More...
#include <StringDeduplicationContext.h>

Public Member Functions | |
| plStringDeduplicationReadContext (plStreamReader &inout_stream) | |
| Setup the string table used internally. | |
| plStringView | DeserializeString (plStreamReader &ref_reader) |
| Internal method to deserialize a string. | |
Public Member Functions inherited from plSerializationContext< plStringDeduplicationReadContext > | |
| void | SetActive (bool bActive) |
| Set the context as active which means it can be accessed via GetContext in serialization methods. | |
Protected Attributes | |
| plDynamicArray< plHybridString< 64 > > | m_DeduplicatedStrings |
This class to restore strings written to a stream using a plStringDeduplicationWriteContext.