|
| template<typename T , typename Input , typename Output > |
| FRAMEWORK_ALWAYS_INLINE bool | framework::serializable::read_dispatch (little_endian< T > *, Input &in, Output &out) |
| | Read overload. More...
|
| |
| template<typename T , typename Input , typename Output > |
| FRAMEWORK_ALWAYS_INLINE bool | framework::serializable::write_dispatch (little_endian< T > *, Input const &in, Output &out) |
| | Write overload. More...
|
| |
| template<typename T , typename Input , typename Output > |
| bool | framework::serializable::read_dispatch (big_endian< T > *, Input &in, Output &out) |
| | Read overload. More...
|
| |
| template<typename T , typename Input , typename Output > |
| bool | framework::serializable::write_dispatch (big_endian< T > *, Input const &in, Output &out) |
| | Write overload. More...
|
| |
| template<typename T , typename Input , typename Output > |
| bool | framework::serializable::read_dispatch (pdp_endian< T > *, Input &in, Output &out) |
| | Read overload. More...
|
| |
| template<typename T , typename Input , typename Output > |
| bool | framework::serializable::write_dispatch (pdp_endian< T > *, Input const &in, Output &out) |
| | Write overload. More...
|
| |
Common endianness mutators.
- Copyright
- Copyright © 2012 iwg molw5
For conditions of distribution and use, see copyright notice in COPYING