|
CPP05 1.0
|
Defines the Bureaucrat class and its exceptions. [詳解]


クラス | |
| class | Bureaucrat |
| Represents a bureaucrat with a name and a grade. [詳解] | |
| class | Bureaucrat::GradeTooHighException |
| class | Bureaucrat::GradeTooLowException |
関数 | |
| std::ostream & | operator<< (std::ostream &os, const Bureaucrat &bureaucrat) |
| Overloads the << operator to print Bureaucrat information. | |
Defines the Bureaucrat class and its exceptions.
Bureaucrat.hpp に定義があります。
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Bureaucrat & | bureaucrat | ||
| ) |
Overloads the << operator to print Bureaucrat information.
| os | The output stream. |
| bureaucrat | The Bureaucrat object to print. |
Bureaucrat.cpp の 133 行目に定義があります。