#include "Parametrizable.h"
#include <boost/format.hpp>
#include <boost/typeof/typeof.hpp>
#include <string>
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. | |
Functions | |
bool | PointMatcherSupport::FalseLexicalComparison (std::string, std::string) |
Return always false. More... | |
std::ostream & | PointMatcherSupport::operator<< (std::ostream &o, const Parametrizable &p) |
Dump the documentation of this object to a stream. More... | |
std::ostream & | PointMatcherSupport::operator<< (std::ostream &o, const Parametrizable::ParameterDoc &p) |
Dump the documentation of this parameter to a stream. More... | |
std::ostream & | PointMatcherSupport::operator<< (std::ostream &o, const Parametrizable::ParametersDoc &p) |
Dump the documentation of these parameters to a stream. More... | |