#include <iostream>
#include <string>
#include "position.hh"
Go to the source code of this file.
|
| torc |
| Implementation of class to encapsulate micro-bitstream library generation code.
|
|
|
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...
|
|