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

Header for the PrimitiveSet class. More...

#include "torc/packer/Primitive.hpp"
#include <string>
+ Include dependency graph for PrimitiveSet.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::PrimitiveSet
 PrimitiveSet. 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
< PrimitiveSet > 
torc::physical::PrimitiveSetSharedPtr
 Shared pointer encapsulation of a PrimitiveSet. More...
 
typedef boost::weak_ptr
< PrimitiveSet > 
torc::physical::PrimitiveSetWeakPtr
 Shared pointer encapsulation of a PrimitiveSet. More...
 
typedef std::vector
< PrimitiveSetSharedPtr > 
torc::physical::PrimitiveSetSharedPtrVector
 Vector of PrimitiveSet shared pointers. More...
 

Detailed Description

Header for the PrimitiveSet class.

Definition in file PrimitiveSet.hpp.