|
void | f () |
|
int | addIntsByValue (int a, int b) |
|
int | addIntsByValueConst (int a, int b) const |
|
std::string | addStringsByConstReference (const std::string &a, const std::string &b) |
|
std::string | addStringsByConstReferenceConst (const std::string &a, const std::string &b) const |
|
|
int | i = 42 |
|
std::string | str = "hello" |
|
The documentation for this class was generated from the following files: