CPP05 1.0
|
Main function to test the abstract form hierarchy. [詳解]
#include "AForm.hpp"
#include "Bureaucrat.hpp"
#include "Intern.hpp"
#include "PresidentialPardonForm.hpp"
#include "RobotomyRequestForm.hpp"
#include "ShrubberyCreationForm.hpp"
#include <cstdlib>
#include <ctime>
#include <iostream>
関数 | |
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 に定義があります。
void print_header | ( | const std::string & | title | ) |