#include "rtt-config.h"
#include "base/PropertyBase.hpp"
#include "PropertyBag.hpp"
#include "internal/DataSources.hpp"
#include <boost/type_traits/remove_const.hpp>
#include <boost/call_traits.hpp>
#include "Logger.hpp"
#include <string>
#include <ostream>
#include "base/PropertyIntrospection.hpp"
Go to the source code of this file.
Classes | |
class | RTT::Property< T > |
A property represents a named value of any type with a description. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
Functions | |
template<typename T > | |
std::ostream & | RTT::operator<< (std::ostream &os, Property< T > &p) |