\section{Data Structures}
Here are the data structures with brief descriptions:\begin{CompactList}
\item\contentsline{section}{\hyperlink{union__U__byte}{\_\-U\_\-byte} (Accesses an 8 bit quantity as both a signed and unsigned byte )}{\pageref{union__U__byte}}{}
\item\contentsline{section}{\hyperlink{union__U__int}{\_\-U\_\-int} (Accesses a 32 bit quantity as narrower integer types (shorts and chars) )}{\pageref{union__U__int}}{}
\item\contentsline{section}{\hyperlink{struct__U__int__as__shorts}{\_\-U\_\-int\_\-as\_\-shorts} (Internal structure which sets the ordering for assessing the shorts within an int )}{\pageref{struct__U__int__as__shorts}}{}
\item\contentsline{section}{\hyperlink{union__U__longlong}{\_\-U\_\-longlong} (Accesses a 64 bit quantity as narrower integer types (ints, shorts and chars) )}{\pageref{union__U__longlong}}{}
\item\contentsline{section}{\hyperlink{struct__U__longlong__as__ints}{\_\-U\_\-longlong\_\-as\_\-ints} (Internal structure which sets the ordering for assessing the ints within a long long int )}{\pageref{struct__U__longlong__as__ints}}{}
\item\contentsline{section}{\hyperlink{union__U__short}{\_\-U\_\-short} (Accesses a 16 bit quantity as narrower integer types (chars) )}{\pageref{union__U__short}}{}
\item\contentsline{section}{\hyperlink{struct__U__short__as__bytes}{\_\-U\_\-short\_\-as\_\-bytes} (Internal structure which sets the ordering for assessing the bytes within a short )}{\pageref{struct__U__short__as__bytes}}{}
\item\contentsline{section}{\hyperlink{structA__int}{A\_\-int} (Union an unsigned int against 2 unsigned shorts and 4 unsigned chars )}{\pageref{structA__int}}{}
\item\contentsline{section}{\hyperlink{structA__longlong}{A\_\-longlong} (Union an unsigned long long against 2 unsigned ints, 4 unsigned shorts and 8 unsigned chars )}{\pageref{structA__longlong}}{}
\item\contentsline{section}{\hyperlink{structA__short}{A\_\-short} (Union an unsigned short against 2 unsigned chars )}{\pageref{structA__short}}{}
\end{CompactList}
