![]() |
XII Release 0.1.0
|
This class to restore strings written to a stream using a xiiStringDeduplicationWriteContext. More...
#include <StringDeduplicationContext.h>
Public Member Functions | |
| xiiStringDeduplicationReadContext (xiiStreamReader &ref_stream) | |
| Setup the string table used internally. | |
| xiiStringView | DeserializeString (xiiStreamReader &ref_reader) |
| Internal method to deserialize a string. | |
Public Member Functions inherited from xiiSerializationContext< xiiStringDeduplicationReadContext > | |
| void | SetActive (bool bActive) |
| Set the context as active which means it can be accessed via GetContext in serialization methods. | |
Protected Attributes | |
| xiiDynamicArray< xiiHybridString< 64 > > | m_DeduplicatedStrings |
This class to restore strings written to a stream using a xiiStringDeduplicationWriteContext.