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