GPLIB++
Classes | Namespaces | Typedefs | Functions
MTStationList.h File Reference
#include <string>
#include "MTStation.h"
#include <vector>
#include <utility>

Go to the source code of this file.

Classes

class  gplib::MTStationList
 MTStationList holds a number of MTSites, usually associated with a single project, line, etc. More...
 

Namespaces

 gplib
 

Typedefs

typedef std::vector< MTStation > gplib::tStationList
 
typedef std::vector< std::pair
< MTStation *, MTStation * > > 
gplib::tStatSyncPair
 

Functions

tStatSyncPair gplib::FindCorrespondingSites (tStationList &MasterList, tStationList &SlaveList)
 Take two different site Lists of arguments and return a vector of pairs that point to the sites that correspond to each other. More...