63 bool TestWithin(std::string itsAString,
int theInt)
throw(std::out_of_range);
~DocumentationExample()
A destructor. A more elaborate description of the destructor.
int zero
The public definition of zero.
bool TestWithin(std::string itsAString, int theInt)
Tests whether an integer is within the bounds of a string.
DocumentationExample()
A constructor. A more elaborate description of the constructor.
int ExampleCastCharToInt(int number, const char *name)
Casts the char at position number to an int and returns it.
This is a class for showing how to document your code using doxygen.