#include "Bibliography.h"
#include <boost/typeof/typeof.hpp>
#include <boost/lexical_cast.hpp>
#include <iostream>
#include <cassert>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
PointMatcherSupport | |
Functions and classes that are not dependant on scalar type are defined in this namespace. | |
Macros | |
#define | BOOST_ASSIGN_MAX_PARAMS 6 |
Functions | |
static Bibliography | PointMatcherSupport::bibliography () |
template<typename M > | |
bool | PointMatcherSupport::contains (const M &m, const typename M::key_type &k) |
template<typename M > | |
const M::mapped_type & | PointMatcherSupport::get (const M &m, const typename M::key_type &k) |
#define BOOST_ASSIGN_MAX_PARAMS 6 |
Definition at line 40 of file Bibliography.cpp.