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

data types for Matrix More...

#include "error.hh"
#include <string>
#include <json.hpp>
Include dependency graph for structs.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Operator::Filter
 
struct  Operator::RoomFilter
 
struct  Operator::RoomEventFilter
 

Typedefs

template<typename... T>
using Operator::callback_t = typename std::function< void(std::shared_ptr< Error::Error > err, T...)>
 general type for callbacks
 

Functions

template<typename... T>
void Operator::noop_callback (std::shared_ptr< Error::Error > err, T...)
 

Detailed Description

data types for Matrix

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