torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
physical/Port.hpp File Reference

Header for the Port class. More...

#include "torc/physical/Named.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Instance.hpp"
#include <boost/smart_ptr.hpp>
+ Include dependency graph for physical/Port.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  torc::physical::Port
 Module input or output port. More...
 
class  torc::physical::PortTemp
 Temporary module port. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::physical
 Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer.
 

Typedefs

typedef boost::shared_ptr< Port > torc::physical::PortSharedPtr
 Shared pointer encapsulation of a Port. More...
 
typedef boost::weak_ptr< Port > torc::physical::PortWeakPtr
 Weak pointer encapsulation of a Port. More...
 
typedef std::vector
< PortSharedPtr > 
torc::physical::PortSharedPtrVector
 Vector of Port shared pointers. More...
 
typedef std::vector< PortTemp > torc::physical::PortTempVector
 Vector. More...
 

Detailed Description

Header for the Port class.

Definition in file physical/Port.hpp.