Jpp
19.0.0
the software that should make you happy
|
Auxiliary class to set line attributes. More...
#include <JLineAttributes.hh>
Public Types | |
typedef JRewindableObjectIterator < TAttLine >::pointer_type | pointer_type |
Public Member Functions | |
JLineAttributes (const Width_t width=2) | |
Constructor. More... | |
void | setLineWidth (const Width_t width) |
Set line width. More... | |
virtual void | rewind () override |
Rewind index. More... | |
virtual bool | hasNext () override |
Check availability of next element. More... | |
virtual const pointer_type & | next () override |
Get next element. More... | |
const TAttLine & | get (unsigned int index) |
Get line attributes. More... | |
virtual skip_type | skip (const skip_type ns) |
Skip items. More... | |
Static Public Member Functions | |
static JLineAttributes & | getInstance () |
Get reference to unique instance of this class object. More... | |
Private Attributes | |
unsigned int | index |
Auxiliary class to set line attributes.
Definition at line 26 of file JLineAttributes.hh.
typedef JRewindableObjectIterator<TAttLine>::pointer_type JROOT::JLineAttributes::pointer_type |
Definition at line 32 of file JLineAttributes.hh.
|
inline |
|
inlinestatic |
Get reference to unique instance of this class object.
Definition at line 55 of file JLineAttributes.hh.
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 90 of file JLineAttributes.hh.
|
inlineoverridevirtual |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 101 of file JLineAttributes.hh.
|
inline |
Get line attributes.
index | index |
Definition at line 123 of file JLineAttributes.hh.
|
inlinevirtualinherited |
Skip items.
ns | number of items to skip |
Reimplemented in JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, JLANG::JSTDObjectIterator< T >, JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< const event_type >, JLANG::JAbstractObjectReader< JNullType >, JLANG::JAbstractObjectReader< const T >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< KM3NETDAQ::KM3NETDAQ::JDAQEvent >, and JLANG::JAbstractObjectReader< JDAQSummaryslice >.
Definition at line 90 of file JObjectIterator.hh.
|
private |
Definition at line 130 of file JLineAttributes.hh.