7 fInitialized(false) {};
21 std::cout <<
"Values are currently set to: " << std::endl;
22 std::cout <<
" fString: " <<
fString << std::endl;
23 std::cout <<
" fNumber: " <<
fNumber << std::endl;
PndDocuSample()
Default constructor does not need much of a description.
void PrintValues()
You can either document in the header file...
std::string fString
This more verbose method can be used as well.
int fNumber
This is the fastest, though.
void SquareNumber()
Squares the current number.
Documentation Sample Class.
void AddString()
Adds the current string to itself.