38 #ifndef PI_PROPERTIES_CPFSERIALIZER 39 #define PI_PROPERTIES_CPFSERIALIZER 45 #include "../Property.hpp" 46 #include "../base/PropertyIntrospection.hpp" 72 void doWrite(
const Property<T> &v,
const std::string& type );
89 std::string escape(std::string s);
130 virtual void flush();
A MarshallInterface converts Property objects to a (file/text) format.
Base class for all properties.
A container for holding references to properties.
A property represents a named value of any type with a description.
An interface for setting and getting a stream object.
An interface which all classes which wish to visit a Property should implement.
void serialize(Archive &a, RTT::ConnPolicy &c, unsigned int)
Serializes RTT::ConnPolicy objects.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.