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

This class to restore strings written to a stream using a plStringDeduplicationWriteContext. More...

#include <StringDeduplicationContext.h>

Inheritance diagram for plStringDeduplicationReadContext:

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
 

Detailed Description

This class to restore strings written to a stream using a plStringDeduplicationWriteContext.


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