|
XX CMake Package
|
convert a byte into a base 4 representation More...
#include <XXByteFours.h>
convert a byte into a base 4 representation
Public Types | |
| enum | FoursValue : uint8_t { O = 0 , I = 1 , Z = 2 , T = 3 } |
Public Member Functions | |
| ByteFours (FoursValue a, FoursValue b, FoursValue c, FoursValue d) | |
| ByteFours (uint8_t byte=0) | |
| FoursValue | value (const FoursValue &index) const |
| operator uint8_t () const | |
| QString | toString () const |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const ByteFours &bf) |
| QDebug | operator<< (QDebug stream, const ByteFours &bf) |
| enum XX::ByteFours::FoursValue : uint8_t |
| XX::ByteFours::ByteFours | ( | FoursValue | a, |
| FoursValue | b, | ||
| FoursValue | c, | ||
| FoursValue | d ) |
| XX::ByteFours::ByteFours | ( | uint8_t | byte = 0 | ) |
| XX::ByteFours::operator uint8_t | ( | ) | const |
| QString XX::ByteFours::toString | ( | ) | const |
| FoursValue XX::ByteFours::value | ( | const FoursValue & | index | ) | const |
|
friend |
|
friend |