|
Pottu
|
Pure virtual base class for ObjectTree objects. More...
#include <OTObject.hpp>

Public Member Functions | |
| OTObject (const std::string &name_) | |
| OTObject (const OTObject &o)=delete | |
| OTObject (OTObject &&o)=delete | |
| const std::string & | name () const |
| virtual void | exportToDisk (const std::string &prefix, export_context_t &ectx) const =0 |
Public Attributes | |
| std::string | _name |
Pure virtual base class for ObjectTree objects.