20 #ifndef __CONDITIONINPUTPORT_HXX__
21 #define __CONDITIONINPUTPORT_HXX__
44 bool isLinkedOutOfScope()
const;
45 void edNotifyReferencedBy(
OutPort *fromPort,
bool isLoopProof)
override;
46 void edNotifyDereferencedBy(
OutPort *fromPort);
48 virtual void put(
const void *data);
50 void releaseData()
override;
52 virtual std::string getAsString();
57 virtual std::string
typeName() {
return "YACS__ENGINE__ConditionInputPort";}
#define YACSLIBENGINE_EXPORT
: Interface for management of storage of data formated dynamically in its TypeCode....
virtual bool getBoolValue() const =0
Base class for all nodes.