![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTypes.h>
Public Member Functions | |
operator WORD () const noexcept | |
void | operator= (WORD w) noexcept |
Public Attributes | |
BYTE | u_b [2] |
char | u_c [2] |
WORD | u_w |
16 bit words More... | |
short | u_s |
struct { | |
BYTE m_Hi | |
BYTE m_Lo | |
} | u2 |
|
inlinenoexcept |
|
inlinenoexcept |
BYTE Gray::cUnion16::m_Hi |
BYTE Gray::cUnion16::m_Lo |
struct { ... } Gray::cUnion16::u2 |
BYTE Gray::cUnion16::u_b[2] |
char Gray::cUnion16::u_c[2] |
short Gray::cUnion16::u_s |
WORD Gray::cUnion16::u_w |
16 bit words