vega
Public Member Functions | Public Attributes | Friends | List of all members
vega::Byte Union Reference

#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)
 

Member Function Documentation

◆ operator!=()

bool vega::Byte::operator!= ( const Byte other) const

◆ operator==()

bool vega::Byte::operator== ( const Byte other) const

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Byte byte 
)
friend

Member Data Documentation

◆ c

char vega::Byte::c

◆ i

int8_t vega::Byte::i

◆ u

uint8_t vega::Byte::u

The documentation for this union was generated from the following file: