Operator
C++ library for plugging into matrix.org
|
client functionality More...
#include "structs.hh"
#include "event.hh"
#include <memory>
#include <string>
#include <map>
#include <list>
#include <set>
Go to the source code of this file.
Classes | |
interface | Operator::Client::Client |
Matrix client interface for high-level API.This interface is implemented by the high-level API classes. All high-level API classes implement this, no matter which low-level API is used (e.g. HTTP) More... | |
class | Operator::Client::Client::Room |
Functions | |
Client & | Operator::Client::operator<< (Client &client, const Event::MessageEvent &message) |
send a message event. More... | |
client functionality
http://www.apache.org/licenses/LICENSE-2.0
|
inline |
send a message event.
[in] | client | The client to send with. |
[in] | message | The message event to send. |