#include "torc/physical/Circuit.hpp"
#include "torc/physical/Port.hpp"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::Module |
| Hierarchical module. More... | |
Typedefs | |
| typedef boost::shared_ptr< Module > | torc::physical::ModuleSharedPtr |
| Shared pointer encapsulation of a Module. | |
| typedef boost::weak_ptr< Module > | torc::physical::ModuleWeakPtr |
| Weak pointer encapsulation of a Module. | |
| typedef std::vector < ModuleSharedPtr > | torc::physical::ModuleSharedPtrVector |
| Vector of Module shared pointers. | |
Definition in file Module.hpp.
1.5.6