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

Header for the Net class. More...

+ Include dependency graph for physical/Net.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::Net
 Physical design net. 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< Net > torc::physical::NetSharedPtr
 Shared pointer encapsulation of a Net. More...
 
typedef boost::weak_ptr< Net > torc::physical::NetWeakPtr
 Weak pointer encapsulation of a Net. More...
 
typedef std::vector< NetSharedPtr > torc::physical::NetSharedPtrVector
 Vector of Net shared pointers. More...
 

Detailed Description

Header for the Net class.

Definition in file physical/Net.hpp.