#include <string>
#include <boost/smart_ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::physical |
Classes | |
class | torc::physical::Named |
Concept for any object that can be named. More... | |
class | torc::physical::NameComparator |
Comparator class to serve as a predicate when searching for names. More... | |
Typedefs | |
typedef boost::shared_ptr< Named > | torc::physical::NamedSharedPtr |
Shared pointer encapsulation of a Named object. |
Definition in file Named.hpp.