Project
Loading...
Searching...
No Matches
CodingModelDispatcher.h File Reference

Runtime dispatcher interface for probability model definitions. More...

#include "mpl_tools.h"
#include "runtime_container.h"
#include <iostream>
#include <fstream>
#include <boost/type.hpp>
#include <boost/mpl/for_each.hpp>

Go to the source code of this file.

Classes

class  o2::data_compression::CodingModelDispatcher< ModelDefinition >
 Runtime dispatcher interface for probability model definitions. More...
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::addWeightFctr< ValueType, WeightType >
 functor to add weight to probability model at runtime container level More...
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::initFctr
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::generateFctr
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::encodeFctr< CodeType, ValueType >
 functor to execute encoding on runtime container level More...
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::decodeFctr< CodeType, ValueType >
 Functor to execute decoding on runtime container level. More...
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::getCodingDirectionFctr
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::writeFctr
 write functor More...
 
class  o2::data_compression::CodingModelDispatcher< ModelDefinition >::readFctr
 read functor More...
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::data_compression
 

Detailed Description

Runtime dispatcher interface for probability model definitions.

Author
Matthias Richter
Since
2016-09-11

Definition in file CodingModelDispatcher.h.