#include <importable_object.hpp>
Definition at line 21 of file importable_object.hpp.
Public Member Functions | |
| virtual | ~importable_object_base () |
| virtual void | setname (const std::string &name)=0 |
| virtual void | addparam (const std::string &name, const std::string &value)=0 |
|
|
Definition at line 27 of file importable_object.hpp. |
|
|
During importing, an object that can pretend to be another may have it's name set directly. |
|
||||||||||||
|
During importing, an object that can pretend to be another may have it's a parameter added to it. This is usually replaced in the text of values during the import. |
1.4.3