Jpp  18.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
JSUPPORT::JMultipleFileSampler_t< T > Struct Template Reference

Auxiliary base class to sample from a list of files. More...

#include <JMultipleFileSampler.hh>

Inheritance diagram for JSUPPORT::JMultipleFileSampler_t< T >:
JSUPPORT::JMultipleFileSampler< T, JSampler_t >

Public Member Functions

const JMultipleFileScanner< T >
*const 
operator-> () const
 Smart pointer operator. More...
 
JMultipleFileScanner< T > * operator-> ()
 Smart pointer operator. More...
 

Protected Attributes

JMultipleFileScanner< Tscanner
 

Detailed Description

template<class T>
struct JSUPPORT::JMultipleFileSampler_t< T >

Auxiliary base class to sample from a list of files.

Definition at line 25 of file JMultipleFileSampler.hh.

Member Function Documentation

template<class T>
const JMultipleFileScanner<T>* const JSUPPORT::JMultipleFileSampler_t< T >::operator-> ( ) const
inline

Smart pointer operator.

Returns
pointer to scanner

Definition at line 31 of file JMultipleFileSampler.hh.

32  {
33  return &scanner;
34  }
JMultipleFileScanner< T > scanner
template<class T>
JMultipleFileScanner<T>* JSUPPORT::JMultipleFileSampler_t< T >::operator-> ( )
inline

Smart pointer operator.

Returns
pointer to scanner

Definition at line 41 of file JMultipleFileSampler.hh.

42  {
43  return &scanner;
44  }
JMultipleFileScanner< T > scanner

Member Data Documentation

template<class T>
JMultipleFileScanner<T> JSUPPORT::JMultipleFileSampler_t< T >::scanner
protected

Definition at line 47 of file JMultipleFileSampler.hh.


The documentation for this struct was generated from the following file: