|
0 A.D. | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
std::string |
toCamelCase( const std::string& str )
Converts the given string, consisting of underscores and letters, to camelCase: the first letter of each underscore-separated "word" is changed to lowercase. |
| Method Detail |
public std::string toCamelCase( const std::string& str );
const - std::string & str The string to convert.
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||