#include <include/EST_TTimeIndex.h>
Public Types | |
typedef CONTAINER::Index | Index |
typedef EST_TTI_Entry< CONTAINER > | Entry |
Public Member Functions | |
EST_TTimeIndex () | |
EST_TTimeIndex (CONTAINER &c, int bunch=10) | |
void | index (CONTAINER &c, int bunch=10) |
void | just_before (float time, Index &in) const |
Protected Member Functions | |
void | initialise () |
Protected Attributes | |
CONTAINER * | p_container |
EST_TVector< Entry > | p_entries |
float | p_time_step |
Definition at line 57 of file EST_TTimeIndex.h.
typedef CONTAINER::Index EST_TTimeIndex< CONTAINER >::Index |
Definition at line 60 of file EST_TTimeIndex.h.
typedef EST_TTI_Entry<CONTAINER> EST_TTimeIndex< CONTAINER >::Entry |
Definition at line 61 of file EST_TTimeIndex.h.
EST_TTimeIndex< CONTAINER >::EST_TTimeIndex | ( | ) |
Definition at line 51 of file EST_TTimeIndex.cc.
EST_TTimeIndex< CONTAINER >::EST_TTimeIndex | ( | CONTAINER & | c, |
int | bunch = 10 |
||
) |
Definition at line 58 of file EST_TTimeIndex.cc.
|
protected |
Definition at line 44 of file EST_TTimeIndex.cc.
void EST_TTimeIndex< CONTAINER >::index | ( | CONTAINER & | c, |
int | bunch = 10 |
||
) |
Definition at line 65 of file EST_TTimeIndex.cc.
|
inline |
Definition at line 78 of file EST_TTimeIndex.h.
|
protected |
Definition at line 64 of file EST_TTimeIndex.h.
|
protected |
Definition at line 65 of file EST_TTimeIndex.h.
|
protected |
Definition at line 66 of file EST_TTimeIndex.h.