Operator
C++ library for plugging into matrix.org
|
This is the complete list of members for Operator::Client::Client, including all inherited members.
_setRoomMembership(Room &room, Event::RoomMembership::membership_t membership) (defined in Operator::Client::Client) | Operator::Client::Client | inlineprotected |
Client() (defined in Operator::Client::Client) | Operator::Client::Client | |
getRoom(const std::string &room_id) | Operator::Client::Client | inline |
getRoom(const std::string &room_id) const (defined in Operator::Client::Client) | Operator::Client::Client | inline |
isLoggedIn() const =0 | Operator::Client::Client | pure virtual |
login(const std::string &username, const std::string &password, const callback_t< const std::string &, const std::string &> &=noop_callback< const std::string &, const std::string &>)=0 | Operator::Client::Client | pure virtual |
loginWith3PID(const std::string &medium, const std::string &address, const std::string &password, const callback_t< const std::string &, const std::string &> &=noop_callback< const std::string &, const std::string &>)=0 | Operator::Client::Client | pure virtual |
logout(const callback_t<> &=noop_callback<>)=0 | Operator::Client::Client | pure virtual |
on(const std::string &type, const callback_t< Room &, const Event::Event &> &callback) | Operator::Client::Client | |
on(const callback_t< Room &, const Event::Event &> &callback) | Operator::Client::Client | inline |
operator[](const std::string &room_id) (defined in Operator::Client::Client) | Operator::Client::Client | inline |
operator[](const std::string &room_id) const (defined in Operator::Client::Client) | Operator::Client::Client | inline |
rooms (defined in Operator::Client::Client) | Operator::Client::Client | protected |
sendMessage(const Event::MessageEvent &message, const callback_t< const std::string &> &callback=noop_callback< const std::string &>)=0 | Operator::Client::Client | pure virtual |
startClient()=0 | Operator::Client::Client | pure virtual |
stopClient()=0 | Operator::Client::Client | pure virtual |
trigger(const Event::Event &event) | Operator::Client::Client | protected |
triggerError(const std::string &event_type, std::shared_ptr< Error::Error > error, const std::string &room_id="") (defined in Operator::Client::Client) | Operator::Client::Client | protected |
~Client() (defined in Operator::Client::Client) | Operator::Client::Client | inlinevirtual |