1 #ifndef PNDDOCUSAMPLE_H 2 #define PNDDOCUSAMPLE_H 156 #endif // PNDDOCUSAMPLE_H PndDocuSample()
Default constructor does not need much of a description.
void PrintValues()
You can either document in the header file...
void SetString(std::string _s)
Set the string.
Documentation Sample Class.
~PndDocuSample()
Default destructor.
int GetNumber()
Return the current number.
std::string GetString()
Returns the current string.
void SetNumber(int _i)
Set the number.