#include <sio_message.h>
◆ list() [1/10]
sio::message::list::list |
( |
| ) |
|
|
inline |
◆ list() [2/10]
sio::message::list::list |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ list() [3/10]
◆ list() [4/10]
template<typename T >
sio::message::list::list |
( |
T && |
content, |
|
|
typename std::enable_if< std::is_same< std::vector< message::ptr >, typename std::remove_reference< T >::type >::value >::type * |
= 0 |
|
) |
| |
|
inline |
◆ list() [5/10]
◆ list() [6/10]
◆ list() [7/10]
sio::message::list::list |
( |
const std::string & |
text | ) |
|
|
inline |
◆ list() [8/10]
sio::message::list::list |
( |
std::string && |
text | ) |
|
|
inline |
◆ list() [9/10]
sio::message::list::list |
( |
std::shared_ptr< std::string > const & |
binary | ) |
|
|
inline |
◆ list() [10/10]
sio::message::list::list |
( |
std::shared_ptr< const std::string > const & |
binary | ) |
|
|
inline |
◆ at()
const message::ptr& sio::message::list::at |
( |
size_t |
i | ) |
const |
|
inline |
◆ insert() [1/5]
void sio::message::list::insert |
( |
size_t |
pos, |
|
|
message::ptr const & |
message |
|
) |
| |
|
inline |
◆ insert() [2/5]
void sio::message::list::insert |
( |
size_t |
pos, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
◆ insert() [3/5]
void sio::message::list::insert |
( |
size_t |
pos, |
|
|
std::string && |
text |
|
) |
| |
|
inline |
◆ insert() [4/5]
void sio::message::list::insert |
( |
size_t |
pos, |
|
|
std::shared_ptr< std::string > const & |
binary |
|
) |
| |
|
inline |
◆ insert() [5/5]
void sio::message::list::insert |
( |
size_t |
pos, |
|
|
std::shared_ptr< const std::string > const & |
binary |
|
) |
| |
|
inline |
◆ operator=()
◆ operator[]()
const message::ptr& sio::message::list::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ push() [1/5]
void sio::message::list::push |
( |
message::ptr const & |
message | ) |
|
|
inline |
◆ push() [2/5]
void sio::message::list::push |
( |
const std::string & |
text | ) |
|
|
inline |
◆ push() [3/5]
void sio::message::list::push |
( |
std::string && |
text | ) |
|
|
inline |
◆ push() [4/5]
void sio::message::list::push |
( |
std::shared_ptr< std::string > const & |
binary | ) |
|
|
inline |
◆ push() [5/5]
void sio::message::list::push |
( |
std::shared_ptr< const std::string > const & |
binary | ) |
|
|
inline |
◆ size()
size_t sio::message::list::size |
( |
| ) |
const |
|
inline |
◆ to_array_message() [1/2]
message::ptr sio::message::list::to_array_message |
( |
std::string const & |
event_name | ) |
const |
|
inline |
◆ to_array_message() [2/2]
The documentation for this class was generated from the following file: