torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
physical/xdl/location.hh File Reference
#include <iostream>
#include <string>
#include "position.hh"
+ Include dependency graph for physical/xdl/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::location
 Abstract a location. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 

Functions

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