Version: 9.15.0
testAdjacentPredicate.cxx File Reference
#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>
Include dependency graph for testAdjacentPredicate.cxx:

Data Structures

struct  MyRand
 

Typedefs

typedef int TimeType
 
typedef double TagType
 
typedef std::pair< TimeType, TagTypeDataId
 

Functions

template<typename DataType >
DataType processTimeInterval (DataId &dataId, typename std::map< DataId, DataType >::const_iterator const &it1)
 
int main ()
 

Typedef Documentation

◆ DataId

typedef std::pair< TimeType , TagType > DataId

◆ TagType

typedef double TagType

◆ TimeType

typedef int TimeType

Function Documentation

◆ main()

int main ( void  )

◆ processTimeInterval()

template<typename DataType >
DataType processTimeInterval ( DataId dataId,
typename std::map< DataId, DataType >::const_iterator const &  it1 
)