20 #ifndef __ANYINPUTPORT_HXX__
21 #define __ANYINPUTPORT_HXX__
42 int getIntValue()
const {
return _value ? _value->getIntValue():0; }
43 void releaseData()
override;
46 virtual std::string getAsString();
47 virtual bool isEmpty();
48 void put(
const void *data);
51 virtual std::string
typeName() {
return "YACS__ENGINE__AnyInputPort";}
53 void releaseDataUnsafe();
#define YACSLIBENGINE_EXPORT
: Interface for management of storage of data formated dynamically in its TypeCode....
Base class for all nodes.
Base class for all type objects.