Predator  [unstable] git snapshot
Data Structures | Enumerations | Functions
id_mapper.hh File Reference
#include "config.h"
#include <iostream>
#include <limits>
#include <set>
#include <vector>
#include <boost/foreach.hpp>
#include <boost/static_assert.hpp>

Go to the source code of this file.

Data Structures

class  IdMapper< TId, MIN, MAX >

Enumerations

enum  EDirection {
  D_LEFT_TO_RIGHT,
  D_RIGHT_TO_LEFT
}

Functions

template<EDirection DIR, typename TBiMap , class TDst , class TSrc >
void project (const TBiMap &biMap, TDst *pDstCont, const TSrc &srcCont)

Enumeration Type Documentation

enum EDirection
Enumerator:
D_LEFT_TO_RIGHT 
D_RIGHT_TO_LEFT 

Definition at line 33 of file id_mapper.hh.

Function Documentation

void project ( const TBiMap &  biMap,
TDst *  pDstCont,
const TSrc &  srcCont 
)

Definition at line 132 of file id_mapper.hh.