#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::InstanceReference |
| Instantiation of a module instance. More... | |
Typedefs | |
| typedef boost::shared_ptr < InstanceReference > | torc::physical::InstanceReferenceSharedPtr |
| Shared pointer encapsulation of an InstanceReference. | |
| typedef boost::weak_ptr < InstanceReference > | torc::physical::InstanceReferenceWeakPtr |
| Weak pointer encapsulation of an InstanceReference. | |
Definition in file InstanceReference.hpp.
1.5.6