Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
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< JHead_t > JLANG::JRewindableObjectIterator< JTypeList< JHead_t, JTail_t > > JLANG::JRewindableObjectIterator< JTail_t > JLANG::JRewindableObjectIterator< TAttLine > JLANG::JRewindableObjectIterator< TAttMarker > JLANG::JRewindableObjectIterator< Head > JLANG::JRewindableObjectIterator< JTriggerParameters > JLANG::JRewindableObjectIterator< JDAQSummaryslice > JLANG::JRewindableObjectIterator< JClass_t > JLANG::JRewindableObjectIterator< value_type > JLANG::JRewindableObjectIterator< const event_type > JLANG::JRewindableObjectIterator< KM3NETDAQ::JDAQEvent > JLANG::JRewindableObjectIterator< T >

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()

template<class T >
virtual void JLANG::JRewindable< T >::rewind ( )
pure virtual

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