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

Main function to test the abstract form hierarchy. [詳解]

#include "AForm.hpp"
#include "Bureaucrat.hpp"
#include "PresidentialPardonForm.hpp"
#include "RobotomyRequestForm.hpp"
#include "ShrubberyCreationForm.hpp"
#include <cstdlib>
#include <ctime>
#include <iostream>
main.cpp の依存先関係図:

[ソースコード]

関数

void print_header (const std::string &title)
 
int main ()
 

詳解

Main function to test the abstract form hierarchy.

This file demonstrates creating various concrete forms and having bureaucrats attempt to sign and execute them, testing all success and failure conditions.

main.cpp に定義があります。

関数詳解

◆ main()

int main ( )

main.cpp32 行目に定義があります。

◆ print_header()

void print_header ( const std::string title)

main.cpp30 行目に定義があります。