class StringBlock
Holds a concatenated block of strings.
StringBlock | Holds a concatenated block of strings. |
Functions | |
Load | Copies the data into the StringBlock. |
AddString | |
FindString | |
FromIndex | |
data (the entire block) | |
size (of the entire block) |
void Load( const Fragment & data )
Copies the data into the StringBlock. Same as calling AddString for each terminated string inside the fragment.
Holds a concatenated block of strings.
class StringBlock
Copies the data into the StringBlock.
void Load( const Fragment & data )
BlockString AddString( const Fragment & )
BlockString FindString( const Fragment & ) const
BlockString FromIndex( int index ) const
const char *data()
size_type size()