torc-master
|
#include <iostream>
#include <string>
Go to the source code of this file.
Data Structures | |
class | torc::position |
Abstract a position. More... | |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
Functions | |
const position & | torc::operator+= (position &res, const int width) |
Add and assign a position. More... | |
const position | torc::operator+ (const position &begin, const int width) |
Add two position objects. More... | |
const position & | torc::operator-= (position &res, const int width) |
Add and assign a position. More... | |
const position | torc::operator- (const position &begin, const int width) |
Add two position objects. More... | |
std::ostream & | torc::operator<< (std::ostream &ostr, const position &pos) |
Intercept output stream redirection. More... | |