odtone::mih::ir_bin_oarchive
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/bin_response.hpp> class ir_bin_oarchive { public: // construct/copy/destruct ir_bin_oarchive(ir_bin_data &); // public member functions template<typename T> boost::enable_if< is_tlv_type< T >, ir_bin_oarchive & >::type operator&(const T &); };
IR_BIN_DATA output archive.
ir_bin_oarchive
public
construct/copy/destructir_bin_oarchive(ir_bin_data & data);
Construct a ir_bin_iarchive
.
ir_bin_oarchive
public member functionstemplate<typename T> boost::enable_if< is_tlv_type< T >, ir_bin_oarchive & >::type operator&(const T & val);
Deserialize an IE from the IR_BIN_DATA data type.
Parameters: |
|