|
aimstil
5.0.5
|
A Segment is composed of a value and a length. More...
#include <til/rle_array.h>
Public Types | |
| typedef TCount | count_type |
Public Member Functions | |
| Segment () | |
| Segment (TCount r, const T &v) | |
| const TCount & | length () const |
| TCount & | length () |
| const T & | value () const |
| T & | value () |
A Segment is composed of a value and a length.
The RLE array is simply a collection of those segments.
Definition at line 110 of file rle_array.h.
| typedef TCount til::rle_array< T, TCount >::Segment::count_type |
Definition at line 113 of file rle_array.h.
|
inline |
Definition at line 116 of file rle_array.h.
|
inline |
Definition at line 118 of file rle_array.h.
|
inline |
Definition at line 124 of file rle_array.h.
|
inline |
Definition at line 125 of file rle_array.h.
|
inline |
Definition at line 126 of file rle_array.h.
|
inline |
Definition at line 127 of file rle_array.h.