CPP01 1.0
|
Represents a Harl character who can complain at different levels. [詳解]
#include <Harl.hpp>
公開メンバ関数 | |
Harl () | |
Default constructor for the Harl class. | |
Harl (const Harl &other) | |
Copy constructor for the Harl class. | |
Harl & | operator= (const Harl &other) |
Copy assignment operator for the Harl class. | |
~Harl () | |
Destructor for the Harl class. | |
void | complain (std::string level) |
Makes Harl complain based on the specified level. | |
Harl::Harl | ( | const Harl & | other | ) |
void Harl::complain | ( | std::string | level | ) |