#include <grl_run.h>
Definition at line 26 of file grl_run.h.
◆ grl_run() [1/2]
| grl_run::grl_run |
( |
int | run | ) |
|
|
inline |
◆ grl_run() [2/2]
| grl_run::grl_run |
( |
int | run, |
|
|
int | first, |
|
|
int | last ) |
|
inline |
Definition at line 32 of file grl_run.h.
33 this->push_back( std::pair<int,int>(
first,
last ) );
37 }
◆ ~grl_run()
| virtual grl_run::~grl_run |
( |
| ) |
|
|
inlinevirtual |
◆ add_range()
| void grl_run::add_range |
( |
int | first, |
|
|
int | last ) |
|
inline |
Definition at line 41 of file grl_run.h.
41 {
42 this->push_back( std::pair<int,int>(
first,
last ) );
46
47 }
◆ comparison()
Definition at line 55 of file grl_run.h.
55 {
56 return r1->lbsize()>
r2->lbsize();
57 }
◆ first()
| int grl_run::first |
( |
| ) |
const |
|
inline |
◆ last()
| int grl_run::last |
( |
| ) |
const |
|
inline |
◆ lbsize()
| int grl_run::lbsize |
( |
| ) |
const |
|
inline |
◆ run()
| int grl_run::run |
( |
| ) |
const |
|
inline |
◆ elements
| T std::vector< T >::elements |
|
inherited |
◆ m_first
◆ m_last
◆ m_run
◆ m_size
The documentation for this class was generated from the following file: