DeleteVisitor deletes the given NSType instance. More...
Public Member Functions | |
template < typename NSType > | |
void | operator() (NSType *ns) const |
Delete the NSType object. More... | |
template < typename RAType > | |
void | operator() (RAType *ra) const |
Delete the RAType Object. More... | |
DeleteVisitor deletes the given NSType instance.
DeleteVisitor deletes the give RAType Instance.
Definition at line 229 of file ns_model.hpp.
void operator() | ( | NSType * | ns | ) | const |
Delete the NSType object.
void operator() | ( | RAType * | ra | ) | const |
Delete the RAType Object.