|
Util--
1.1
|
Namespaces | |
| details | |
Functions | |
| template<typename S > | |
| void | swap (const S data, S &buffer) |
| template<typename S > | |
| S | swap (const S data) |
| template<typename S > | |
| void | to_big (const S source, S &dest) |
| template<typename S > | |
| S | to_big (const S source) |
| template<typename S > | |
| void | to_little (const S source, S &dest) |
| template<typename S > | |
| S | to_little (const S source) |
| template<typename S > | |
| void | from_network (const S source, S &dest) |
| template<typename S > | |
| S | from_network (const S source) |
| template<typename S > | |
| void | from_little (const S source, S &dest) |
| template<typename S > | |
| S | from_little (const S source) |
| template<typename S > | |
| void | from_big (const S source, S &dest) |
| template<typename S > | |
| S | from_big (const S source) |
| template<typename S > | |
| void | to_network (const S source, S &dest) |
| template<typename S > | |
| S | to_network (const S source) |
This namespace holds various tools to convert between little and big endian
|
inline |
Converts source, which is in big endian, into native byte order and saves the result into dest
References to_big().
|
inline |
Converts source, which is in big endian, into native byte order and returns the result
References to_big().
|
inline |
Converts source, which is in little endian, into native byte order and saves the result into dest
References to_little().
|
inline |
Converts source, which is in little endian, into native byte order and returns the result
References to_little().
|
inline |
Converts source, which is in network byte order, into native byte order and saves the result into dest
References to_network().
|
inline |
Converts source, which is in network byte order, into native byte order and returns the result
References to_network().
|
inline |
Referenced by swap().
|
inline |
References utilmm::source(), swap(), to_big(), and to_little().
|
inline |
References utilmm::source().
Referenced by from_big(), swap(), and to_network().
|
inline |
References utilmm::source().
|
inline |
References utilmm::source().
Referenced by from_little(), and swap().
|
inline |
References utilmm::source().
|
inline |
References to_big().
Referenced by from_network().
|
inline |
References to_big().
1.8.11