#include <taggings_factories.h>


Public Member Functions | |
| MapTagFactory () | |
| virtual | ~MapTagFactory () |
| 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::MapTagFactory< TagType >::MapTagFactory | ( | ) | [inline] |
| virtual shawn::MapTagFactory< TagType >::~MapTagFactory | ( | ) | [inline, virtual] |
| virtual Tag* shawn::MapTagFactory< TagType >::create | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const std::string & | content | |||
| ) | throw ( std::runtime_error ) [inline, virtual] |
| virtual std::string shawn::MapTagFactory< TagType >::name | ( | void | ) | const throw () [inline, virtual] |
| virtual std::string shawn::MapTagFactory< TagType >::description | ( | void | ) | const throw () [inline, virtual] |
Implements shawn::KeeperManaged.
1.5.6