![]() |
Rosetta
2021.16
|
byte: One-Byte Integer More...
#include <byte.hh>
Public Member Functions | |
| byte () | |
| Default Constructor. More... | |
| byte (short int const i) | |
| Constructor. More... | |
| ~byte () | |
| Destructor. More... | |
| operator short int () const | |
| short Conversion More... | |
| byte & | operator= (short int const i) |
| = short More... | |
| byte & | operator+= (short int const i) |
| += short More... | |
| byte & | operator-= (short int const i) |
| -= short More... | |
| byte & | operator*= (short int const i) |
| *= short More... | |
| byte & | operator/= (short int const i) |
| /= short More... | |
| byte & | operator++ () |
| ++byte More... | |
| byte const | operator++ (int) |
| byte++ More... | |
| byte & | operator-- () |
| –byte More... | |
| byte const | operator-- (int) |
| byte– More... | |
| byte | operator+ () const |
| +byte More... | |
| byte | operator- () const |
| -byte More... | |
| byte | operator~ () const |
| ~byte More... | |
| byte | operator>> (std::size_t const n) const |
| byte >> std::size_t More... | |
| byte | operator>> (byte const &n) const |
| byte >> byte More... | |
| byte | operator<< (std::size_t const n) const |
| byte << std::size_t More... | |
| byte | operator<< (byte const &n) const |
| byte << byte More... | |
| byte & | operator&= (byte const &i) |
| &= byte More... | |
| byte & | operator|= (byte const &i) |
| |= byte More... | |
| byte & | operator^= (byte const &i) |
| ^= byte More... | |
Private Attributes | |
| signed char | b_ |
| Value. More... | |
Friends | |
| byte | operator+ (byte const &i, byte const &j) |
| byte + byte More... | |
| byte | operator- (byte const &i, byte const &j) |
| byte - byte More... | |
| byte | operator* (byte const &i, byte const &j) |
| byte * byte More... | |
| byte | operator/ (byte const &i, byte const &j) |
| byte / byte More... | |
| byte | operator& (byte const &i, byte const &j) |
| byte & byte More... | |
| byte | operator| (byte const &i, byte const &j) |
| byte | byte More... | |
| byte | operator^ (byte const &i, byte const &j) |
| byte ^ byte More... | |
| bool | operator== (byte const &i, byte const &j) |
| byte == byte More... | |
| bool | operator!= (byte const &i, byte const &j) |
| byte != byte More... | |
| bool | operator< (byte const &i, byte const &j) |
| byte < byte More... | |
| bool | operator<= (byte const &i, byte const &j) |
| byte <= byte More... | |
| bool | operator> (byte const &i, byte const &j) |
| byte > byte More... | |
| bool | operator>= (byte const &i, byte const &j) |
| byte >= byte More... | |
| std::istream & | operator>> (std::istream &stream, byte &b) |
| Stream Input. More... | |
byte: 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 |
+byte
+= 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 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