commit before leaving school, what did i do ? i don't know
This commit is contained in:
34
d05/ex02/headers/ShrubberyCreationForm.hpp
Normal file
34
d05/ex02/headers/ShrubberyCreationForm.hpp
Normal file
@@ -0,0 +1,34 @@
|
||||
#ifndef SHRUBBERYCREATIONFORM_HPP
|
||||
# define SHRUBBERYCREATIONFORM_HPP
|
||||
|
||||
# include "color.h"
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
|
||||
# include "AForm.hpp"
|
||||
|
||||
class ShrubberyCreationForm : public AForm {
|
||||
|
||||
public:
|
||||
|
||||
ShrubberyCreationForm();
|
||||
ShrubberyCreationForm( ShrubberyCreationForm const & src );
|
||||
~ShrubberyCreationForm();
|
||||
ShrubberyCreationForm & operator=( ShrubberyCreationForm const & rhs );
|
||||
|
||||
// std::string getFoo() const;
|
||||
|
||||
protected:
|
||||
|
||||
// std::string const _foo;
|
||||
|
||||
private:
|
||||
|
||||
// static std::string const ShrubberyCreationForm::_bar;
|
||||
|
||||
};
|
||||
|
||||
//std::ostream & operator<<(std::ostream & o, ShrubberyCreationForm const & rhs);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user