Operator
C++ library for plugging into matrix.org
All Classes Namespaces Files Functions Typedefs Pages
Classes | Functions
client.hh File Reference

client functionality More...

#include "structs.hh"
#include "event.hh"
#include <memory>
#include <string>
#include <map>
#include <list>
#include <set>
Include dependency graph for client.hh:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

client functionality

Author
Hubert Chathi huber.nosp@m.t@uh.nosp@m.oreg..nosp@m.ca

Function Documentation

◆ operator<<()

Client& Operator::Client::operator<< ( Client client,
const Event::MessageEvent message 
)
inline

send a message event.

Parameters
[in]clientThe client to send with.
[in]messageThe message event to send.