#include "torc/physical/Progeny.hpp"
#include "torc/physical/Routethrough.hpp"
#include <string>
#include <vector>
#include <boost/smart_ptr.hpp>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::Pip |
| Physical design programmable interconnect point. More... | |
Typedefs | |
| typedef std::vector< Pip > | torc::physical::PipVector |
| Vector of pips. | |
| typedef boost::shared_ptr< Pip > | torc::physical::PipSharedPtr |
| Shared pointer encapsulation of a Pip. | |
| typedef boost::weak_ptr< Pip > | torc::physical::PipWeakPtr |
| Weak pointer encapsulation of a Pip. | |
| typedef std::vector< PipSharedPtr > | torc::physical::PipSharedPtrVector |
| Vector of Pip shared pointers. | |
Definition in file Pip.hpp.
1.5.6