Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

simulation
Namespace anonymous_namespace_1

   in EntityTemplate.cpp

namespace anonymous_namespace_1


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

toCamelCase

public 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. For example, the string MiniMap_Colour is converted to miniMap_colour.
Parameters:
const - std::string & str The string to convert.
Returns:
std::string The given string in camelCase.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD