#include <Util.h>
Tokenizer::Tokenizer |
( |
const std::string & |
src, |
|
|
char const |
sep, |
|
|
uint32 |
vectorReserve = 0 |
|
) |
| |
35 m_str =
new char[src.length() + 1];
36 memcpy(
m_str, src.c_str(), src.length() + 1);
53 else if (*posnew ==
'\0')
char * m_str
Definition: Util.h:69
StorageType m_storage
Definition: Util.h:70
Tokenizer::~Tokenizer |
( |
| ) |
|
|
inline |
char * m_str
Definition: Util.h:69
StorageType m_storage
Definition: Util.h:70
StorageType m_storage
Definition: Util.h:70
StorageType m_storage
Definition: Util.h:70
StorageType m_storage
Definition: Util.h:70
StorageType m_storage
Definition: Util.h:70
The documentation for this class was generated from the following files: