CPP05 1.0
|
Defines the Form class and its exceptions. [詳解]
クラス | |
class | Form |
Represents a form that needs to be signed and executed. [詳解] | |
class | Form::GradeTooHighException |
class | Form::GradeTooLowException |
関数 | |
std::ostream & | operator<< (std::ostream &os, const Form &form) |
Overloads the << operator to print Form information. | |
std::ostream & operator<< | ( | std::ostream & | os, |
const Form & | form | ||
) |