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

Public Member Functions | |
| be_t (void) | |
| be_t (const T &o) | |
| operator T () const | |
| be_t< T > | operator++ () |
| be_t< T > | operator++ (int) |
| be_t< T > | operator-- () |
| be_t< T > | operator-- (int) |
| be_t< T > & | operator+= (const T &t) |
| be_t< T > & | operator-= (const T &t) |
| be_t< T > & | operator &= (const be_t< T > &t) |
| be_t< T > & | operator|= (const be_t< T > &t) |
Private Member Functions | |
| T | read () const |
| void | write (const T &n) |
Private Attributes | |
| T | m |
|
||||||||||
|
Definition at line 166 of file endian_types.h. References be_t< T >::m. 00166 {
00167 m = 0;
00168 };
|
|
||||||||||
|
Definition at line 169 of file endian_types.h. References be_t< T >::write(). 00169 {
00170 write(o);
00171 };
|
|
||||||||||
|
Definition at line 199 of file endian_types.h. References be_t< T >::m.
|
|
|||||||||
|
Definition at line 172 of file endian_types.h. References be_t< T >::read(). 00172 {
00173 return read();
00174 };
|
|
||||||||||
|
Definition at line 179 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
|||||||||
|
Definition at line 175 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
||||||||||
|
Definition at line 191 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
||||||||||
|
Definition at line 187 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
|||||||||
|
Definition at line 183 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
||||||||||
|
Definition at line 195 of file endian_types.h. References be_t< T >::read(), and be_t< T >::write().
|
|
||||||||||
|
Definition at line 203 of file endian_types.h. References be_t< T >::m.
|
|
|||||||||
|
Definition at line 159 of file endian_types.h. References be_to_cpu, and be_t< T >::m. Referenced by be_t< T >::operator T(), be_t< T >::operator++(), be_t< T >::operator+=(), be_t< T >::operator--(), and be_t< T >::operator-=().
|
|
||||||||||
|
Definition at line 162 of file endian_types.h. References cpu_to_be(), and be_t< T >::m. Referenced by be_t< T >::be_t(), be_t< T >::operator++(), be_t< T >::operator+=(), be_t< T >::operator--(), and be_t< T >::operator-=().
|
|
|||||
|
Definition at line 158 of file endian_types.h. Referenced by be_t< T >::be_t(), be_t< T >::operator &=(), be_t< T >::operator|=(), be_t< T >::read(), and be_t< T >::write(). |
1.4.2