stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::TriggerData Class Reference

Special data value for trigger signals. More...

#include <TriggerData.h>

Inheritance diagram for stromx::runtime::TriggerData:
stromx::runtime::Data stromx::runtime::DataInterface

Public Member Functions

virtual const Versionversion () const
 
virtual const std::string & type () const
 
virtual const std::string & package () const
 
virtual const VariantHandlevariant () const
 
virtual Dataclone () const
 
virtual void serialize (OutputProvider &) const
 
virtual void deserialize (InputProvider &, const Version &)
 
- Public Member Functions inherited from stromx::runtime::DataInterface
bool isVariant (const VariantInterface &v) const
 

Detailed Description

Special data value for trigger signals.

Member Function Documentation

§ clone()

virtual Data* stromx::runtime::TriggerData::clone ( ) const
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.

§ deserialize()

virtual void stromx::runtime::TriggerData::deserialize ( InputProvider in,
const Version version 
)
inlinevirtual

Deserializes a data object.

Parameters
outThe input which the data obtained from.
versionThe version of the data class which serialized the input.

Reimplemented from stromx::runtime::Data.

§ package()

virtual const std::string& stromx::runtime::TriggerData::package ( ) const
inlinevirtual

Returns the package of the class of this data object.

Implements stromx::runtime::DataInterface.

§ serialize()

virtual void stromx::runtime::TriggerData::serialize ( OutputProvider out) const
inlinevirtual

Serializes this data object.

Parameters
outThe output which the data is sent to.

Reimplemented from stromx::runtime::Data.

§ type()

virtual const std::string& stromx::runtime::TriggerData::type ( ) const
inlinevirtual

Returns the name of the class of this data object.

Implements stromx::runtime::DataInterface.

§ variant()

const VariantHandle & stromx::runtime::TriggerData::variant ( ) const
virtual

Returns the data variant of this data object.

Implements stromx::runtime::DataInterface.

§ version()

virtual const Version& stromx::runtime::TriggerData::version ( ) const
inlinevirtual

Returns the version of the class of this data object.

Implements stromx::runtime::DataInterface.


The documentation for this class was generated from the following files: