Rosetta 3.3
|
ubyte: One-Byte Integer More...
#include <ubyte.hh>
Public Member Functions | |
ubyte () | |
Default Constructor. | |
ubyte (unsigned short int const i) | |
Constructor. | |
~ubyte () | |
Destructor. | |
operator unsigned short int () const | |
short Conversion | |
ubyte & | operator= (unsigned short int const i) |
= short | |
ubyte & | operator+= (unsigned short int const i) |
+= short | |
ubyte & | operator-= (unsigned short int const i) |
-= short | |
ubyte & | operator*= (unsigned short int const i) |
*= short | |
ubyte & | operator/= (unsigned short int const i) |
/= short | |
ubyte & | operator++ () |
++ubyte | |
ubyte const | operator++ (int) |
ubyte++ | |
ubyte & | operator-- () |
--ubyte | |
ubyte const | operator-- (int) |
ubyte-- | |
ubyte | operator+ () const |
+ubyte | |
ubyte | operator- () const |
-ubyte | |
ubyte | operator~ () const |
~ubyte | |
ubyte | operator>> (std::size_t const n) const |
ubyte >> std::size_t | |
ubyte | operator>> (ubyte const n) const |
ubyte >> ubyte | |
ubyte | operator<< (std::size_t const n) const |
ubyte << std::size_t | |
ubyte | operator<< (ubyte const n) const |
ubyte << ubyte | |
ubyte & | operator&= (ubyte const &i) |
&= ubyte | |
ubyte & | operator|= (ubyte const &i) |
|= ubyte | |
ubyte & | operator^= (ubyte const &i) |
^= ubyte | |
Friends | |
ubyte | operator+ (ubyte const &i, ubyte const &j) |
ubyte + ubyte | |
ubyte | operator- (ubyte const &i, ubyte const &j) |
ubyte - ubyte | |
ubyte | operator* (ubyte const &i, ubyte const &j) |
ubyte * ubyte | |
ubyte | operator/ (ubyte const &i, ubyte const &j) |
ubyte / ubyte | |
ubyte | operator& (ubyte const &i, ubyte const &j) |
ubyte & ubyte | |
ubyte | operator| (ubyte const &i, ubyte const &j) |
ubyte | ubyte | |
ubyte | operator^ (ubyte const &i, ubyte const &j) |
ubyte ^ ubyte | |
bool | operator== (ubyte const &i, ubyte const &j) |
ubyte == ubyte | |
bool | operator!= (ubyte const &i, ubyte const &j) |
ubyte != ubyte | |
bool | operator< (ubyte const &i, ubyte const &j) |
ubyte < ubyte | |
bool | operator<= (ubyte const &i, ubyte const &j) |
ubyte <= ubyte | |
bool | operator> (ubyte const &i, ubyte const &j) |
ubyte > ubyte | |
bool | operator>= (ubyte const &i, ubyte const &j) |
ubyte >= ubyte | |
std::istream & | operator>> (std::istream &stream, ubyte &b) |
Stream Input. |
ubyte: One-Byte Integer
ObjexxFCL::ubyte::ubyte | ( | ) | [inline] |
Default Constructor.
Referenced by ObjexxFCL::operator&(), ObjexxFCL::operator*(), ObjexxFCL::operator+(), ObjexxFCL::operator-(), operator-(), ObjexxFCL::operator/(), operator<<(), operator>>(), ObjexxFCL::operator^(), ObjexxFCL::operator|(), and operator~().
ObjexxFCL::ubyte::ubyte | ( | unsigned short int const | i | ) | [inline, explicit] |
Constructor.
ObjexxFCL::ubyte::~ubyte | ( | ) | [inline] |
Destructor.
ObjexxFCL::ubyte::operator unsigned short int | ( | ) | const [inline] |
short Conversion
*= short
References color_pdb::i.
ubyte ObjexxFCL::ubyte::operator+ | ( | ) | const [inline] |
+ubyte
ubyte& ObjexxFCL::ubyte::operator++ | ( | ) | [inline] |
++ubyte
+= short
References color_pdb::i.
ubyte& ObjexxFCL::ubyte::operator-- | ( | ) | [inline] |
--ubyte
-= short
References color_pdb::i.
/= short
References color_pdb::i.
ubyte << ubyte
References ubyte().
ubyte ObjexxFCL::ubyte::operator<< | ( | std::size_t const | n | ) | const [inline] |
ubyte << std::size_t
References ubyte().
= short
References color_pdb::i.
ubyte >> ubyte
References ubyte().
ubyte ObjexxFCL::ubyte::operator>> | ( | std::size_t const | n | ) | const [inline] |
ubyte >> std::size_t
References ubyte().
std::istream& operator>> | ( | std::istream & | stream, |
ubyte & | b | ||
) | [friend] |
Stream Input.