#include <helper.h>
Public Member Functions | |
HexChar (unsigned char x) | |
Public Attributes | |
unsigned char | val |
Definition at line 31 of file helper.h.
HexChar::HexChar | ( | unsigned char | x | ) |
Definition at line 32 of file helper.cpp.
References val.
unsigned char HexChar::val |
Definition at line 33 of file helper.h.
Referenced by HexChar(), and operator<<().