Four byte conversion union. More...
#include <frame.hpp>
Public Attributes | |
uint32_t | i |
uint8_t | c [4] |
uint32_t websocketpp::frame::uint32_converter::i |
Definition at line 62 of file frame.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), websocketpp::frame::byte_mask_circ(), websocketpp::processor::hybi13< stub_config >::client_handshake_request(), websocketpp::frame::extended_header::extended_header(), websocketpp::frame::get_masking_key(), main(), websocketpp::processor::hybi13< stub_config >::prepare_control(), websocketpp::processor::hybi13< stub_config >::prepare_data_frame(), and websocketpp::frame::prepare_masking_key().
uint8_t websocketpp::frame::uint32_converter::c[4] |
Definition at line 63 of file frame.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), websocketpp::frame::byte_mask(), websocketpp::frame::byte_mask_circ(), websocketpp::processor::hybi13< stub_config >::client_handshake_request(), websocketpp::frame::extended_header::extended_header(), websocketpp::frame::get_masking_key(), and websocketpp::frame::word_mask_exact().