Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JRewindable< T > Class Template Referenceabstract

Template interface of rewindable object. More...

#include <JRewindable.hh>

Inheritance diagram for JLANG::JRewindable< T >:
JLANG::JRewindableObjectIterator< JCategory< T::value_type, JClass< T::reference >::is_constant >::value_type > JLANG::JRewindableObjectIterator< T > JLANG::JSTDObjectIterator< T > JLANG::JRewindableObjectReader< const T > JSUPPORT::JMultipleFileScanner< Evt > JSUPPORT::JMultipleFileScanner<> JSUPPORT::JMultipleFileScanner< JHead_t > JSUPPORT::JMultipleFileScanner< JTail_t > JSUPPORT::JMultipleFileScanner< JDAQSummaryslice > JSUPPORT::JMultipleFileScanner< JTypeList< JDAQEvent, JNullType > > JSUPPORT::JMultipleFileScanner< KM3NETDAQ::JDAQEvent > JSUPPORT::JSingleFileScanner< JHead_t > JSUPPORT::JSingleFileScanner<> JSUPPORT::JSingleFileScanner< JTail_t > JLANG::JAbstractRewindableObjectReader< T > JLANG::JRewindableAbstractObjectIterator< T > JLANG::JRewindableObjectReader< T > JLANG::JSTDObjectReader< T > JROOT::JLineAttributes JROOT::JMarkerAttributes JROOT::JRootFileReader< T, false > JROOT::JTreeReaderObjectIterator< T > JSUPPORT::JMultipleFileScanner< T > JSUPPORT::JMultipleFileScanner< JTypeList< JHead_t, JTail_t > > JSUPPORT::JSingleFileScanner< T > JSUPPORT::JSingleFileScanner< JTypeList< JHead_t, JTail_t > > JSUPPORT::JTreeScannerInterface< JClass_t, JNullType >

Public Member Functions

virtual ~JRewindable ()
 Virtual destructor.
 
virtual void rewind ()=0
 Rewind.
 

Protected Member Functions

 JRewindable ()
 Default constructor.
 

Detailed Description

template<class T>
class JLANG::JRewindable< T >

Template interface of rewindable object.

Definition at line 18 of file JRewindable.hh.

Constructor & Destructor Documentation

◆ JRewindable()

template<class T >
JLANG::JRewindable< T >::JRewindable ( )
inlineprotected

Default constructor.

Definition at line 23 of file JRewindable.hh.

24 {}

◆ ~JRewindable()

template<class T >
virtual JLANG::JRewindable< T >::~JRewindable ( )
inlinevirtual

Virtual destructor.

Definition at line 31 of file JRewindable.hh.

32 {}

Member Function Documentation

◆ rewind()


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