Rosetta
Classes | Namespaces | Functions
ubyte.hh File Reference
#include <ObjexxFCL/ubyte.fwd.hh>
#include <cassert>
#include <istream>

Classes

class  ObjexxFCL::ubyte
 ubyte: One-Byte Integer More...
 

Namespaces

 ObjexxFCL
 

Functions

ubyte ObjexxFCL::operator+ (ubyte const &i, ubyte const &j)
 ubyte + ubyte More...
 
ubyte ObjexxFCL::operator- (ubyte const &i, ubyte const &j)
 ubyte - ubyte More...
 
ubyte ObjexxFCL::operator* (ubyte const &i, ubyte const &j)
 ubyte * ubyte More...
 
ubyte ObjexxFCL::operator/ (ubyte const &i, ubyte const &j)
 ubyte / ubyte More...
 
ubyte ObjexxFCL::operator& (ubyte const &i, ubyte const &j)
 ubyte & ubyte More...
 
ubyte ObjexxFCL::operator| (ubyte const &i, ubyte const &j)
 ubyte | ubyte More...
 
ubyte ObjexxFCL::operator^ (ubyte const &i, ubyte const &j)
 ubyte ^ ubyte More...
 
bool ObjexxFCL::operator== (ubyte const &i, ubyte const &j)
 ubyte == ubyte More...
 
bool ObjexxFCL::operator!= (ubyte const &i, ubyte const &j)
 ubyte != ubyte More...
 
bool ObjexxFCL::operator< (ubyte const &i, ubyte const &j)
 ubyte < ubyte More...
 
bool ObjexxFCL::operator<= (ubyte const &i, ubyte const &j)
 ubyte <= ubyte More...
 
bool ObjexxFCL::operator> (ubyte const &i, ubyte const &j)
 ubyte > ubyte More...
 
bool ObjexxFCL::operator>= (ubyte const &i, ubyte const &j)
 ubyte >= ubyte More...
 
std::istream & ObjexxFCL::operator>> (std::istream &stream, ubyte &b)
 Stream Input. More...