Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
cbz_util Namespace Reference
Function Documentation
template<typename T> |
bool list_find |
( |
const list< T > & |
toSearch, |
|
|
const T & |
toFind |
|
) |
|
|
string cbz_util::string_format |
( |
const char * |
pFormat, |
|
|
... |
|
|
) |
|
|
void cbz_util::string_replace |
( |
string & |
str, |
|
|
const string & |
toFind, |
|
|
const string & |
toReplaceWith |
|
) |
|
|
void cbz_util::string_to_lower |
( |
string & |
str |
) |
|
|
template<typename T> |
void vector_copy |
( |
const vector< T > & |
copyFrom, |
|
|
vector< T > & |
copyTo |
|
) |
[static] |
|
|