vega
|
#include <vega/types.h>
Public Member Functions | |
bool | operator== (const Byte &other) const |
bool | operator!= (const Byte &other) const |
Public Attributes | |
uint8_t | u |
int8_t | i |
char | c |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Byte &byte) |
bool vega::Byte::operator!= | ( | const Byte & | other | ) | const |
bool vega::Byte::operator== | ( | const Byte & | other | ) | const |
|
friend |
char vega::Byte::c |
int8_t vega::Byte::i |
uint8_t vega::Byte::u |