![]() |
stromx
0.8.0
|
Undefined and empty data object. More...
#include <None.h>
Public Member Functions | |
| virtual const Version & | version () const |
| virtual const std::string & | type () const |
| virtual const std::string & | package () const |
| virtual const VariantHandle & | variant () const |
| virtual Data * | clone () const |
Public Member Functions inherited from stromx::runtime::Data | |
| virtual void | serialize (OutputProvider &out) const |
| virtual void | deserialize (InputProvider &in, const Version &version) |
Public Member Functions inherited from stromx::runtime::DataInterface | |
| bool | isVariant (const VariantInterface &v) const |
Undefined and empty data object.
|
inlinevirtual |
Returns a copy of the data object, i.e. a object of the same type is allocated and the data of the original object is copied to the new object. A pointer to the new object is returned.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Returns the package of the class of this data object.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Returns the name of the class of this data object.
Implements stromx::runtime::DataInterface.
|
virtual |
Returns the data variant of this data object.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Returns the version of the class of this data object.
Implements stromx::runtime::DataInterface.
1.8.12