My Project
|
many function can be global actually More...
Functions | |
bool | isSubstring (string sub, string s) |
Check whether sub is the substring of s. | |
int | substringFirstIndex (string sub, string s) |
find the index of sub in string s | |
string | fun_parent_parent () |
void | cut (char *pt) |
int | stringToInt (string s) |
double | stringToDouble (std::string s) |
long | stringToLong (std::string s) |
float | stringToFloat (std::string s) |
string | charToString (char ch) |
void | begin () |
void | begin (const char *name) |
void | end () |
string | fun_parent () |
void | print (Vector3 v) |
void | print (DDLinkedList< Vector3 > *ddl) |
many function can be global actually
bool Utility::isSubstring | ( | string | sub, |
string | s | ||
) |
Check whether sub is the substring of s.
int Utility::substringFirstIndex | ( | string | sub, |
string | s | ||
) |
find the index of sub in string s