#include <UT_StringMMPattern.h>
|
| | UT_StringMMPattern () |
| |
| | UT_StringMMPattern (const char *pattern_buffer, bool case_sensitive=true, const char *separators=", ") |
| |
| | ~UT_StringMMPattern () |
| |
| bool | isEmpty () const |
| |
| void | clear () |
| |
| void | compileInPlace (char *pattern_buffer, bool case_sensitive=true, const char *separators=", ") |
| |
| void | compileInPlace (char *pattern_buffer, bool case_sensitive, char separator) |
| |
| void | compile (const char *pattern_buffer, bool case_sensitive=true, const char *separators=", ") |
| |
| void | compile (const char *pattern_buffer, bool case_sensitive, char separator) |
| |
| int64 | getMemoryUsage (bool inclusive) const |
| |
Definition at line 22 of file UT_StringMMPattern.h.
| UT_StringMMPattern::UT_StringMMPattern |
( |
| ) |
|
| UT_StringMMPattern::UT_StringMMPattern |
( |
const char * |
pattern_buffer, |
|
|
bool |
case_sensitive = true, |
|
|
const char * |
separators = ", " |
|
) |
| |
|
explicit |
| UT_StringMMPattern::~UT_StringMMPattern |
( |
| ) |
|
| void UT_StringMMPattern::clear |
( |
| ) |
|
| void UT_StringMMPattern::compile |
( |
const char * |
pattern_buffer, |
|
|
bool |
case_sensitive = true, |
|
|
const char * |
separators = ", " |
|
) |
| |
| void UT_StringMMPattern::compile |
( |
const char * |
pattern_buffer, |
|
|
bool |
case_sensitive, |
|
|
char |
separator |
|
) |
| |
|
inline |
| void UT_StringMMPattern::compileInPlace |
( |
char * |
pattern_buffer, |
|
|
bool |
case_sensitive = true, |
|
|
const char * |
separators = ", " |
|
) |
| |
| void UT_StringMMPattern::compileInPlace |
( |
char * |
pattern_buffer, |
|
|
bool |
case_sensitive, |
|
|
char |
separator |
|
) |
| |
|
inline |
| int64 UT_StringMMPattern::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
| bool UT_StringMMPattern::isEmpty |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: