Classes | |
class | ITpl |
class | cI |
class | cT |
class | T |
class | ArrayTpl |
class | VectorTpl |
class | VOTpl |
class | OTpl |
Functions | |
template<typename T > | |
ITpl< T > | I (T &value, size_t length=sizeof(T)*8) |
template<typename X , typename T > | |
finline X | V (T &x) |
template<typename T > | |
finline ArrayTpl< T > | A (T *&array, size_t length) |
template<typename T > | |
finline VectorTpl< T > | A (std::vector< T > &array, size_t length) |
template<typename T > | |
finline VOTpl< T > | VO (T *&obj, int variant=DEFAULT_V) |
template<typename T > | |
finline OTpl< T > | O (T *&obj, int variant=DEFAULT_V) |
Variables | |
using_serialization |
Definition at line 556 of file DataStream.hpp.
Definition at line 609 of file DataStream.hpp.
finline X internal::V | ( | T & | x | ) | [inline] |
Definition at line 551 of file DataStream.hpp.
Referenced by ariba::addressing::endpoint_set::from_bytes_dynamic(), ariba::addressing::endpoint_set::from_bytes_fixed(), ariba::addressing::endpoint_set::from_string_set(), ariba::addressing::endpoint_set::to_bytes_dynamic(), ariba::addressing::endpoint_set::to_bytes_fixed(), and ariba::addressing::endpoint_set::to_string_set().
Definition at line 389 of file DataStream.hpp.