#include <sio_message.h>
◆ at()
const message::ptr& sio::array_message::at |
( |
size_t |
i | ) |
const |
|
inline |
◆ create()
◆ get_vector() [1/2]
std::vector<ptr>& sio::array_message::get_vector |
( |
| ) |
|
|
inlinevirtual |
◆ get_vector() [2/2]
const std::vector<ptr>& sio::array_message::get_vector |
( |
| ) |
const |
|
inlinevirtual |
◆ insert() [1/5]
void sio::array_message::insert |
( |
size_t |
pos, |
|
|
message::ptr const & |
message |
|
) |
| |
|
inline |
◆ insert() [2/5]
void sio::array_message::insert |
( |
size_t |
pos, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
◆ insert() [3/5]
void sio::array_message::insert |
( |
size_t |
pos, |
|
|
std::string && |
text |
|
) |
| |
|
inline |
◆ insert() [4/5]
void sio::array_message::insert |
( |
size_t |
pos, |
|
|
std::shared_ptr< std::string > const & |
binary |
|
) |
| |
|
inline |
◆ insert() [5/5]
void sio::array_message::insert |
( |
size_t |
pos, |
|
|
std::shared_ptr< const std::string > const & |
binary |
|
) |
| |
|
inline |
◆ operator[]()
const message::ptr& sio::array_message::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ push() [1/5]
void sio::array_message::push |
( |
message::ptr const & |
message | ) |
|
|
inline |
◆ push() [2/5]
void sio::array_message::push |
( |
const std::string & |
text | ) |
|
|
inline |
◆ push() [3/5]
void sio::array_message::push |
( |
std::string && |
text | ) |
|
|
inline |
◆ push() [4/5]
void sio::array_message::push |
( |
std::shared_ptr< std::string > const & |
binary | ) |
|
|
inline |
◆ push() [5/5]
void sio::array_message::push |
( |
std::shared_ptr< const std::string > const & |
binary | ) |
|
|
inline |
◆ size()
size_t sio::array_message::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: