#ifndef SHRUBBERYCREATIONFORM_HPP # define SHRUBBERYCREATIONFORM_HPP # include "color.h" # include # include # 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