d05 ex02 ok pour Shrubbery form
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# include "color.h"
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
# include <fstream>
|
||||
|
||||
# include "AForm.hpp"
|
||||
|
||||
@@ -11,24 +12,21 @@ class ShrubberyCreationForm : public AForm {
|
||||
|
||||
public:
|
||||
|
||||
ShrubberyCreationForm();
|
||||
ShrubberyCreationForm( std::string target );
|
||||
ShrubberyCreationForm( ShrubberyCreationForm const & src );
|
||||
~ShrubberyCreationForm();
|
||||
ShrubberyCreationForm & operator=( ShrubberyCreationForm const & rhs );
|
||||
|
||||
// std::string getFoo() const;
|
||||
void formAction() const;
|
||||
|
||||
protected:
|
||||
|
||||
// std::string const _foo;
|
||||
// std::string getTarget() const;
|
||||
|
||||
private:
|
||||
|
||||
// static std::string const ShrubberyCreationForm::_bar;
|
||||
ShrubberyCreationForm();
|
||||
// std::string const _target;
|
||||
|
||||
};
|
||||
|
||||
//std::ostream & operator<<(std::ostream & o, ShrubberyCreationForm const & rhs);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user