DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::listrev::dal Namespace Reference

Classes

struct  __ListReverser_Registrator
 
struct  __ListRevModule_Registrator
 
struct  __RandomDataListGenerator_Registrator
 
struct  __RandomListGeneratorSet_Registrator
 
struct  __ReversedListValidator_Registrator
 
class  ListReverser
 
class  ListRevModule
 
class  RandomDataListGenerator
 
class  RandomListGeneratorSet
 
class  ReversedListValidator
 

Typedefs

typedef std::vector< constListReverser * >::const_iterator ListReverserIterator
 
typedef std::vector< constListRevModule * >::const_iterator ListRevModuleIterator
 
typedef std::vector< constRandomDataListGenerator * >::const_iterator RandomDataListGeneratorIterator
 
typedef std::vector< constRandomListGeneratorSet * >::const_iterator RandomListGeneratorSetIterator
 
typedef std::vector< constReversedListValidator * >::const_iterator ReversedListValidatorIterator
 

Functions

std::ostream & operator<< (std::ostream &s, const ListReverser &obj)
 
std::ostream & operator<< (std::ostream &s, const ListRevModule &obj)
 
std::ostream & operator<< (std::ostream &s, const RandomDataListGenerator &obj)
 
std::ostream & operator<< (std::ostream &s, const RandomListGeneratorSet &obj)
 
std::ostream & operator<< (std::ostream &s, const ReversedListValidator &obj)
 

Variables

static struct dunedaq::listrev::dal::__ListReverser_Registrator registrator
 
static struct dunedaq::listrev::dal::__ListRevModule_Registrator registrator
 
static struct dunedaq::listrev::dal::__RandomDataListGenerator_Registrator registrator
 
static struct dunedaq::listrev::dal::__RandomListGeneratorSet_Registrator registrator
 
static struct dunedaq::listrev::dal::__ReversedListValidator_Registrator registrator
 

Typedef Documentation

◆ ListReverserIterator

typedef std::vector< constListReverser * >::const_iterator dunedaq::listrev::dal::ListReverserIterator

Definition at line 127 of file ListReverser.hpp.

◆ ListRevModuleIterator

typedef std::vector< constListRevModule * >::const_iterator dunedaq::listrev::dal::ListRevModuleIterator

Definition at line 161 of file ListRevModule.hpp.

◆ RandomDataListGeneratorIterator

typedef std::vector< constRandomDataListGenerator * >::const_iterator dunedaq::listrev::dal::RandomDataListGeneratorIterator

Definition at line 127 of file RandomDataListGenerator.hpp.

◆ RandomListGeneratorSetIterator

typedef std::vector< constRandomListGeneratorSet * >::const_iterator dunedaq::listrev::dal::RandomListGeneratorSetIterator

Definition at line 135 of file RandomListGeneratorSet.hpp.

◆ ReversedListValidatorIterator

typedef std::vector< constReversedListValidator * >::const_iterator dunedaq::listrev::dal::ReversedListValidatorIterator

Definition at line 281 of file ReversedListValidator.hpp.

Function Documentation

◆ operator<<() [1/5]

std::ostream & dunedaq::listrev::dal::operator<< ( std::ostream & s,
const ListReverser & obj )
inline

Definition at line 122 of file ListReverser.hpp.

123 {
124 return obj.print_object(s);
125 }

◆ operator<<() [2/5]

std::ostream & dunedaq::listrev::dal::operator<< ( std::ostream & s,
const ListRevModule & obj )
inline

Definition at line 156 of file ListRevModule.hpp.

157 {
158 return obj.print_object(s);
159 }

◆ operator<<() [3/5]

std::ostream & dunedaq::listrev::dal::operator<< ( std::ostream & s,
const RandomDataListGenerator & obj )
inline

Definition at line 122 of file RandomDataListGenerator.hpp.

123 {
124 return obj.print_object(s);
125 }

◆ operator<<() [4/5]

std::ostream & dunedaq::listrev::dal::operator<< ( std::ostream & s,
const RandomListGeneratorSet & obj )
inline

Definition at line 130 of file RandomListGeneratorSet.hpp.

131 {
132 return obj.print_object(s);
133 }

◆ operator<<() [5/5]

std::ostream & dunedaq::listrev::dal::operator<< ( std::ostream & s,
const ReversedListValidator & obj )
inline

Definition at line 276 of file ReversedListValidator.hpp.

277 {
278 return obj.print_object(s);
279 }

Variable Documentation

◆ registrator [1/5]

struct dunedaq::listrev::dal::__ListReverser_Registrator dunedaq::listrev::dal::registrator
static

◆ registrator [2/5]

struct dunedaq::listrev::dal::__ListRevModule_Registrator dunedaq::listrev::dal::registrator
static

◆ registrator [3/5]

struct dunedaq::listrev::dal::__RandomDataListGenerator_Registrator dunedaq::listrev::dal::registrator
static

◆ registrator [4/5]

struct dunedaq::listrev::dal::__RandomListGeneratorSet_Registrator dunedaq::listrev::dal::registrator
static

◆ registrator [5/5]

struct dunedaq::listrev::dal::__ReversedListValidator_Registrator dunedaq::listrev::dal::registrator
static