Searched refs:chat_participant (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/ |
D | chat_server.cpp | 31 class chat_participant class 34 virtual ~chat_participant() {} in ~chat_participant() 38 typedef boost::shared_ptr<chat_participant> chat_participant_ptr; 49 boost::bind(&chat_participant::deliver, in join() 65 boost::bind(&chat_participant::deliver, in deliver() 78 : public chat_participant,
|
/third_party/boost/libs/asio/example/cpp03/chat/ |
D | chat_server.cpp | 31 class chat_participant class 34 virtual ~chat_participant() {} in ~chat_participant() 38 typedef boost::shared_ptr<chat_participant> chat_participant_ptr; 49 boost::bind(&chat_participant::deliver, in join() 65 boost::bind(&chat_participant::deliver, in deliver() 78 : public chat_participant,
|
/third_party/boost/doc/html/boost_asio/example/cpp17/coroutines_ts/ |
D | chat_server.cpp | 40 class chat_participant class 43 virtual ~chat_participant() {} in ~chat_participant() 47 typedef std::shared_ptr<chat_participant> chat_participant_ptr; 85 : public chat_participant,
|
/third_party/boost/libs/asio/example/cpp11/chat/ |
D | chat_server.cpp | 29 class chat_participant class 32 virtual ~chat_participant() {} in ~chat_participant() 36 typedef std::shared_ptr<chat_participant> chat_participant_ptr; 74 : public chat_participant,
|
/third_party/boost/libs/asio/example/cpp17/coroutines_ts/ |
D | chat_server.cpp | 40 class chat_participant class 43 virtual ~chat_participant() {} in ~chat_participant() 47 typedef std::shared_ptr<chat_participant> chat_participant_ptr; 85 : public chat_participant,
|
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/ |
D | chat_server.cpp | 29 class chat_participant class 32 virtual ~chat_participant() {} in ~chat_participant() 36 typedef std::shared_ptr<chat_participant> chat_participant_ptr; 74 : public chat_participant,
|