#include "AdjacentPredicate.hxx"#include "DisplayPair.hxx"#include <iostream>#include <vector>#include <map>#include <algorithm>#include <iterator>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>
Data Structures | |
| struct | MyRand |
Typedefs | |
| typedef int | TimeType |
| typedef double | TagType |
| typedef std::pair< TimeType, TagType > | DataId |
Functions | |
| template<typename DataType > | |
| DataType | processTimeInterval (DataId &dataId, typename std::map< DataId, DataType >::const_iterator const &it1) |
| int | main () |
| typedef double TagType |
| typedef int TimeType |
| int main | ( | void | ) |
| DataType processTimeInterval | ( | DataId & | dataId, |
| typename std::map< DataId, DataType >::const_iterator const & | it1 | ||
| ) |
Referenced by ProcessTimeIntervalTraits< CalciumCouplingPolicy >::apply().