#include "torc/physical/Named.hpp"
#include "torc/physical/Renamable.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Progenitor.hpp"
#include "torc/physical/ConfigMap.hpp"
#include "torc/physical/InstanceReference.hpp"
#include "torc/common/Annotated.hpp"
#include <boost/smart_ptr.hpp>
#include <vector>
#include <map>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::Instance |
| Physical design instance. More... | |
Typedefs | |
| typedef boost::shared_ptr < class InstancePin > | torc::physical::InstancePinSharedPtr |
| Shared pointer encapsulation of an InstancePin. | |
| typedef boost::weak_ptr< class InstancePin > | torc::physical::InstancePinWeakPtr |
| Weak pointer encapsulation of an InstancePin. | |
| typedef std::vector < InstancePinSharedPtr > | torc::physical::InstancePinSharedPtrVector |
| Vector of InstancePin shared pointers. | |
| typedef boost::shared_ptr < Instance > | torc::physical::InstanceSharedPtr |
| Shared pointer encapsulation of an Instance. | |
| typedef boost::weak_ptr< Instance > | torc::physical::InstanceWeakPtr |
| Weak pointer encapsulation of an Instance. | |
| typedef std::vector < InstanceSharedPtr > | torc::physical::InstanceSharedPtrVector |
| Vector of Instance shared pointers. | |
Definition in file Instance.hpp.
1.5.6