template manager More...
#include <tplate.h>
Public Member Functions | |
| void | add_builtin_types (Parser *p) |
| void | define (Tplate::Ptr tp) |
| stores the formula | |
| void | undefine (const std::string &name) |
| removes the definition | |
| const Tplate * | get_tp (const std::string &name) const |
| returns NULL if not found | |
| Tplate::Ptr | get_shared_tp (const std::string &name) const |
| const std::vector< Tplate::Ptr > & | tpvec () const |
template manager
Definition at line 57 of file tplate.h.