#include <endian_types.h>
Collaboration diagram for le_t< T >:

Public Member Functions | |
| le_t (void) | |
| le_t (const T &o) | |
| operator T () const | |
| le_t< T > | operator++ () |
| le_t< T > | operator++ (int) |
| le_t< T > | operator-- () |
| le_t< T > | operator-- (int) |
| le_t< T > & | operator+= (const T &t) |
| le_t< T > & | operator-= (const T &t) |
| le_t< T > & | operator &= (const le_t< T > &t) |
| le_t< T > & | operator|= (const le_t< T > &t) |
Private Member Functions | |
| T | read () const |
| void | write (const T &n) |
Private Attributes | |
| T | m |
|
||||||||||
|
Definition at line 112 of file endian_types.h. References le_t< T >::m. 00112 {
00113 m = 0;
00114 };
|
|
||||||||||
|
Definition at line 115 of file endian_types.h. References le_t< T >::write(). 00115 {
00116 write(o);
00117 };
|
|
||||||||||
|
Definition at line 145 of file endian_types.h. References le_t< T >::m.
|
|
|||||||||
|
Definition at line 118 of file endian_types.h. References le_t< T >::read(). 00118 {
00119 return read();
00120 };
|
|
||||||||||
|
Definition at line 125 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
|||||||||
|
Definition at line 121 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
||||||||||
|
Definition at line 137 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
||||||||||
|
Definition at line 133 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
|||||||||
|
Definition at line 129 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
||||||||||
|
Definition at line 141 of file endian_types.h. References le_t< T >::read(), and le_t< T >::write().
|
|
||||||||||
|
Definition at line 149 of file endian_types.h. References le_t< T >::m.
|
|
|||||||||
|
Definition at line 105 of file endian_types.h. References le_to_cpu, and le_t< T >::m. Referenced by le_t< T >::operator T(), le_t< T >::operator++(), le_t< T >::operator+=(), le_t< T >::operator--(), and le_t< T >::operator-=().
|
|
||||||||||
|
Definition at line 108 of file endian_types.h. References cpu_to_le(), and le_t< T >::m. Referenced by le_t< T >::le_t(), le_t< T >::operator++(), le_t< T >::operator+=(), le_t< T >::operator--(), and le_t< T >::operator-=().
|
|
|||||
|
Definition at line 104 of file endian_types.h. Referenced by le_t< T >::le_t(), le_t< T >::operator &=(), le_t< T >::operator|=(), le_t< T >::read(), and le_t< T >::write(). |
1.4.2