Version: 8.3.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,
TagType
DataId
 

Functions

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

Typedef Documentation

typedef std::pair< TimeType , TagType > DataId
typedef double TagType
typedef int TimeType

Function Documentation

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