#include "torc/physical/Named.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Instance.hpp"
#include <boost/smart_ptr.hpp>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::Port |
| Module input or output port. More... | |
| class | torc::physical::PortTemp |
| Temporary module port. More... | |
Typedefs | |
| typedef boost::shared_ptr< Port > | torc::physical::PortSharedPtr |
| Shared pointer encapsulation of a Port. | |
| typedef boost::weak_ptr< Port > | torc::physical::PortWeakPtr |
| Weak pointer encapsulation of a Port. | |
| typedef std::vector < PortSharedPtr > | torc::physical::PortSharedPtrVector |
| Vector of Port shared pointers. | |
| typedef std::vector< PortTemp > | torc::physical::PortTempVector |
| Vector. | |
Definition in file Port.hpp.
1.5.6