Rosetta 3.3
|
Classes | |
class | ObjexxFCL::byte |
byte: One-Byte Integer More... | |
Namespaces | |
namespace | ObjexxFCL |
Objexx Fortran Compatibility Library. | |
Functions | |
byte | ObjexxFCL::operator+ (byte const &i, byte const &j) |
byte + byte | |
byte | ObjexxFCL::operator- (byte const &i, byte const &j) |
byte - byte | |
byte | ObjexxFCL::operator* (byte const &i, byte const &j) |
byte * byte | |
byte | ObjexxFCL::operator/ (byte const &i, byte const &j) |
byte / byte | |
byte | ObjexxFCL::operator& (byte const &i, byte const &j) |
byte & byte | |
byte | ObjexxFCL::operator| (byte const &i, byte const &j) |
byte | byte | |
byte | ObjexxFCL::operator^ (byte const &i, byte const &j) |
byte ^ byte | |
bool | ObjexxFCL::operator== (byte const &i, byte const &j) |
byte == byte | |
bool | ObjexxFCL::operator!= (byte const &i, byte const &j) |
byte != byte | |
bool | ObjexxFCL::operator< (byte const &i, byte const &j) |
byte < byte | |
bool | ObjexxFCL::operator<= (byte const &i, byte const &j) |
byte <= byte | |
bool | ObjexxFCL::operator> (byte const &i, byte const &j) |
byte > byte | |
bool | ObjexxFCL::operator>= (byte const &i, byte const &j) |
byte >= byte | |
std::istream & | ObjexxFCL::operator>> (std::istream &stream, byte &b) |
Stream Input. |