CPP05 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
AForm.hpp ファイル

Defines the abstract base class AForm for all specific forms. [詳解]

#include "Bureaucrat.hpp"
#include <iostream>
#include <stdexcept>
#include <string>
AForm.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  AForm
 An abstract base class for forms. [詳解]
 
class  AForm::GradeTooHighException
 
class  AForm::GradeTooLowException
 
class  AForm::FormNotSignedException
 

関数

std::ostreamoperator<< (std::ostream &os, const AForm &form)
 

詳解

Defines the abstract base class AForm for all specific forms.

AForm.hpp に定義があります。

関数詳解

◆ operator<<()

std::ostream & operator<< ( std::ostream os,
const AForm form 
)

AForm.cpp77 行目に定義があります。