#include "Bibliography.h"#include <boost/typeof/typeof.hpp>#include <boost/lexical_cast.hpp>#include <boost/assign/list_of.hpp>#include <iostream>#include <cassert>#include <stdexcept>
Go to the source code of this file.
Namespaces | |
| namespace | PointMatcherSupport |
Functions and classes that are not dependant on scalar type are defined in this namespace. | |
Defines | |
| #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) |
| std::string | PointMatcherSupport::getAndReplaceBibEntries (const std::string &text, CurrentBibliography &curBib) |
| template<typename T > | |
| StringMap | PointMatcherSupport::makeMap (const T &mapInitializer) |
| static StringVector | PointMatcherSupport::splitString (const string &text, char delim) |
| #define BOOST_ASSIGN_MAX_PARAMS 6 |
Definition at line 40 of file Bibliography.cpp.