#include <taggings_factories.h>


Public Member Functions | |
| BoolTagFactory () | |
| virtual | ~BoolTagFactory () |
| 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::BoolTagFactory::BoolTagFactory | ( | ) |
| virtual shawn::BoolTagFactory::~BoolTagFactory | ( | ) | [virtual] |
| virtual Tag* shawn::BoolTagFactory::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::BoolTagFactory::name | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
| virtual std::string shawn::BoolTagFactory::description | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
1.5.6