#include <taggings_factories.h>


Public Member Functions | |
| GroupTagFactory () | |
| virtual | ~GroupTagFactory () |
| virtual Tag * | create (const std::string &type, const std::string &name, const std::string &content) throw ( std::runtime_error ) |
| virtual std::string | name (void) const throw () |
| virtual std::string | description (void) const throw () |
| shawn::GroupTagFactory::GroupTagFactory | ( | ) |
| virtual shawn::GroupTagFactory::~GroupTagFactory | ( | ) | [virtual] |
| virtual Tag* shawn::GroupTagFactory::create | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const std::string & | content | |||
| ) | throw ( std::runtime_error ) [virtual] |
Implements shawn::TagFactory.
| virtual std::string shawn::GroupTagFactory::name | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
| virtual std::string shawn::GroupTagFactory::description | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
1.5.6