torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
generic/edif/location.hh File Reference
#include <iostream>
#include <string>
#include "position.hh"
+ Include dependency graph for generic/edif/location.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  torc::generic::location
 Abstract a location. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::generic
 Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
 

Functions

const location torc::generic::operator+ (const location &begin, const location &end)
 Join two location objects to create a location. More...
 
const location torc::generic::operator+ (const location &begin, unsigned int width)
 Add two location objects. More...
 
location & torc::generic::operator+= (location &res, unsigned int width)
 Add and assign a location. More...
 
bool torc::generic::operator== (const location &loc1, const location &loc2)
 Compare two location objects. More...
 
bool torc::generic::operator!= (const location &loc1, const location &loc2)
 Compare two location objects. More...
 
std::ostream & torc::generic::operator<< (std::ostream &ostr, const location &loc)
 Intercept output stream redirection. More...