Home
last modified time | relevance | path

Searched refs:chat_participant_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp17/coroutines_ts/
Dchat_server.cpp47 typedef std::shared_ptr<chat_participant> chat_participant_ptr; typedef
54 void join(chat_participant_ptr participant) in join()
61 void leave(chat_participant_ptr participant) in leave()
77 std::set<chat_participant_ptr> participants_;
/third_party/boost/libs/asio/example/cpp11/chat/
Dchat_server.cpp36 typedef std::shared_ptr<chat_participant> chat_participant_ptr; typedef
43 void join(chat_participant_ptr participant) in join()
50 void leave(chat_participant_ptr participant) in leave()
66 std::set<chat_participant_ptr> participants_;
/third_party/boost/libs/asio/example/cpp17/coroutines_ts/
Dchat_server.cpp47 typedef std::shared_ptr<chat_participant> chat_participant_ptr; typedef
54 void join(chat_participant_ptr participant) in join()
61 void leave(chat_participant_ptr participant) in leave()
77 std::set<chat_participant_ptr> participants_;
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/
Dchat_server.cpp36 typedef std::shared_ptr<chat_participant> chat_participant_ptr; typedef
43 void join(chat_participant_ptr participant) in join()
50 void leave(chat_participant_ptr participant) in leave()
66 std::set<chat_participant_ptr> participants_;
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_server.cpp38 typedef boost::shared_ptr<chat_participant> chat_participant_ptr; typedef
45 void join(chat_participant_ptr participant) in join()
53 void leave(chat_participant_ptr participant) in leave()
70 std::set<chat_participant_ptr> participants_;
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_server.cpp38 typedef boost::shared_ptr<chat_participant> chat_participant_ptr; typedef
45 void join(chat_participant_ptr participant) in join()
53 void leave(chat_participant_ptr participant) in leave()
70 std::set<chat_participant_ptr> participants_;