![]() |
Rosetta
2021.16
|
ubyte: One-Byte Integer More...
#include <ubyte.hh>
Public Member Functions | |
| ubyte () | |
| Default Constructor. More... | |
| ubyte (unsigned short int const i) | |
| Constructor. More... | |
| ~ubyte () | |
| Destructor. More... | |
| operator unsigned short int () const | |
| short Conversion More... | |
| ubyte & | operator= (unsigned short int const i) |
| = short More... | |
| ubyte & | operator+= (unsigned short int const i) |
| += short More... | |
| ubyte & | operator-= (unsigned short int const i) |
| -= short More... | |
| ubyte & | operator*= (unsigned short int const i) |
| *= short More... | |
| ubyte & | operator/= (unsigned short int const i) |
| /= short More... | |
| ubyte & | operator++ () |
| ++ubyte More... | |
| ubyte const | operator++ (int) |
| ubyte++ More... | |
| ubyte & | operator-- () |
| –ubyte More... | |
| ubyte const | operator-- (int) |
| ubyte– More... | |
| ubyte | operator+ () const |
| +ubyte More... | |
| ubyte | operator- () const |
| -ubyte More... | |
| ubyte | operator~ () const |
| ~ubyte More... | |
| ubyte | operator>> (std::size_t const n) const |
| ubyte >> std::size_t More... | |
| ubyte | operator>> (ubyte const &n) const |
| ubyte >> ubyte More... | |
| ubyte | operator<< (std::size_t const n) const |
| ubyte << std::size_t More... | |
| ubyte | operator<< (ubyte const &n) const |
| ubyte << ubyte More... | |
| ubyte & | operator&= (ubyte const &i) |
| &= ubyte More... | |
| ubyte & | operator|= (ubyte const &i) |
| |= ubyte More... | |
| ubyte & | operator^= (ubyte const &i) |
| ^= ubyte More... | |
Private Attributes | |
| unsigned char | b_ |
| Value. More... | |
Friends | |
| ubyte | operator+ (ubyte const &i, ubyte const &j) |
| ubyte + ubyte More... | |
| ubyte | operator- (ubyte const &i, ubyte const &j) |
| ubyte - ubyte More... | |
| ubyte | operator* (ubyte const &i, ubyte const &j) |
| ubyte * ubyte More... | |
| ubyte | operator/ (ubyte const &i, ubyte const &j) |
| ubyte / ubyte More... | |
| ubyte | operator& (ubyte const &i, ubyte const &j) |
| ubyte & ubyte More... | |
| ubyte | operator| (ubyte const &i, ubyte const &j) |
| ubyte | ubyte More... | |
| ubyte | operator^ (ubyte const &i, ubyte const &j) |
| ubyte ^ ubyte More... | |
| bool | operator== (ubyte const &i, ubyte const &j) |
| ubyte == ubyte More... | |
| bool | operator!= (ubyte const &i, ubyte const &j) |
| ubyte != ubyte More... | |
| bool | operator< (ubyte const &i, ubyte const &j) |
| ubyte < ubyte More... | |
| bool | operator<= (ubyte const &i, ubyte const &j) |
| ubyte <= ubyte More... | |
| bool | operator> (ubyte const &i, ubyte const &j) |
| ubyte > ubyte More... | |
| bool | operator>= (ubyte const &i, ubyte const &j) |
| ubyte >= ubyte More... | |
| std::istream & | operator>> (std::istream &stream, ubyte &b) |
| Stream Input. More... | |
ubyte: One-Byte Integer
|
inline |
Default Constructor.
Referenced by ObjexxFCL::operator&(), ObjexxFCL::operator*(), ObjexxFCL::operator+(), operator-(), ObjexxFCL::operator-(), ObjexxFCL::operator/(), operator<<(), operator>>(), ObjexxFCL::operator^(), ObjexxFCL::operator|(), and operator~().
|
inlineexplicit |
Constructor.
|
inline |
Destructor.
*= short
References b_, and test.T150_PyMOL_Integration::i.
|
inline |
+ubyte
+= short
References b_, and test.T150_PyMOL_Integration::i.
-= short
References b_, and test.T150_PyMOL_Integration::i.
/= short
References b_, and test.T150_PyMOL_Integration::i.
|
inline |
= short
References b_, and test.T150_PyMOL_Integration::i.
|
inline |
|
friend |
Stream Input.
|
private |
Value.
Referenced by operator unsigned short int(), ObjexxFCL::operator!=(), ObjexxFCL::operator&(), operator&=(), ObjexxFCL::operator*(), operator*=(), ObjexxFCL::operator+(), operator++(), operator+=(), operator-(), ObjexxFCL::operator-(), operator--(), operator-=(), ObjexxFCL::operator/(), operator/=(), ObjexxFCL::operator<(), operator<<(), ObjexxFCL::operator<=(), operator=(), ObjexxFCL::operator==(), ObjexxFCL::operator>(), ObjexxFCL::operator>=(), operator>>(), ObjexxFCL::operator>>(), ObjexxFCL::operator^(), operator^=(), ObjexxFCL::operator|(), operator|=(), and operator~().
1.8.7