history.h File Reference

CPP API: history.h File Reference
history.h File Reference
#include "memilio/utils/metaprogramming.h"
#include <vector>
#include <tuple>
Include dependency graph for history.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::DataWriterToMemory< Loggers >
 This class writes data retrieved from loggers to memory. More...
 
class  mio::History< Writer, Loggers >
 History class that handles writers and loggers. More...
 
struct  mio::LogAlways
 
struct  mio::LogOnce
 LogOnce and LogAlways can be used as a base class to write a logger for History. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Typedefs

template<class... Loggers>
using mio::HistoryWithMemoryWriter = History< DataWriterToMemory, Loggers... >