#include <sio_message.h>
◆ at()
const message::ptr& sio::object_message::at |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ create()
◆ get_map() [1/2]
std::map<std::string, message::ptr>& sio::object_message::get_map |
( |
| ) |
|
|
inlinevirtual |
◆ get_map() [2/2]
const std::map<std::string, message::ptr>& sio::object_message::get_map |
( |
| ) |
const |
|
inlinevirtual |
◆ has() [1/2]
bool sio::object_message::has |
( |
const std::string & |
key | ) |
|
|
inline |
◆ has() [2/2]
bool sio::object_message::has |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ insert() [1/5]
void sio::object_message::insert |
( |
const std::string & |
key, |
|
|
message::ptr const & |
message |
|
) |
| |
|
inline |
◆ insert() [2/5]
void sio::object_message::insert |
( |
const std::string & |
key, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
◆ insert() [3/5]
void sio::object_message::insert |
( |
const std::string & |
key, |
|
|
std::string && |
text |
|
) |
| |
|
inline |
◆ insert() [4/5]
void sio::object_message::insert |
( |
const std::string & |
key, |
|
|
std::shared_ptr< std::string > const & |
binary |
|
) |
| |
|
inline |
◆ insert() [5/5]
void sio::object_message::insert |
( |
const std::string & |
key, |
|
|
std::shared_ptr< const std::string > const & |
binary |
|
) |
| |
|
inline |
◆ operator[]()
const message::ptr& sio::object_message::operator[] |
( |
const std::string & |
key | ) |
const |
|
inline |
The documentation for this class was generated from the following file: