Rosetta
|
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 operator-(), operator<<(), operator>>(), and operator~().
|
inlineexplicit |
Constructor.
|
inline |
Destructor.
|
inline |
short Conversion
References b_.
&= byte
References b_, and create_a3b_hbs::i.
|
inline |
*= short
References b_, and create_a3b_hbs::i.
|
inline |
+byte
|
inline |
byte++
References b_, and percent_subangstrom::old.
|
inline |
+= short
References b_, and create_a3b_hbs::i.
|
inline |
byte–
References b_, and percent_subangstrom::old.
|
inline |
-= short
References b_, and create_a3b_hbs::i.
|
inline |
/= short
References b_, and create_a3b_hbs::i.
byte << byte
References b_, byte(), and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
|
inline |
byte << std::size_t
References b_, byte(), and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
|
inline |
= short
References b_, and create_a3b_hbs::i.
byte >> byte
References b_, byte(), and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
|
inline |
byte >> std::size_t
References b_, byte(), and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
^= byte
References b_, and create_a3b_hbs::i.
|= byte
References b_, and create_a3b_hbs::i.
|
friend |
Stream Input.
|
private |
Value.
Referenced by operator short int(), operator&=(), operator*=(), operator++(), operator+=(), operator-(), operator--(), operator-=(), operator/=(), operator<<(), operator=(), operator>>(), operator^=(), operator|=(), and operator~().