An Object representing a generic Element. More...
#include <unknown.h>
Public Member Functions | |
| AnyObject () | |
| Default constructor. | |
| ~AnyObject () | |
| Destructor. | |
| void | prepare (const Element &elem) |
| Prepare the Object to represent an Element. More... | |
| Value * | get_value (const Element &elem, const Property &prop) |
| Get a Value. More... | |
Public Member Functions inherited from PLY::Object | |
| virtual bool | make_element (Element &elem) const |
| Construct an Element describing this Object. More... | |
| bool | describe_element (Header &header) const |
| Add an Element describing this Object to a Header. More... | |
| bool | storage_test (const Element &elem) |
| Check if the Object matches with an Element. More... | |
Public Attributes | |
| Value ** | values |
| The Values of the Object. | |
|
virtual |
Prepare the Object to represent an Element.
| elem | the Element to prepare for. |
Reimplemented from PLY::Object.
1.8.4