EasyLocalpp  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
types.hh File Reference
#include <vector>
#include <iostream>
#include <cmath>
#include <regex>
#include <boost/regex.hpp>
Include dependency graph for types.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 EasyLocal
 
 EasyLocal::Core
 

Functions

template<typename CFtype >
bool EasyLocal::Core::IsZero (CFtype value)
 
template<typename CFtype >
bool EasyLocal::Core::EqualTo (CFtype value1, CFtype value2)
 
template<typename CFtype >
bool EasyLocal::Core::LessThan (CFtype value1, CFtype value2)
 
template<typename CFtype >
bool EasyLocal::Core::LessThanOrEqualTo (CFtype value1, CFtype value2)
 
template<typename CFtype >
bool EasyLocal::Core::GreaterThan (CFtype value1, CFtype value2)
 
template<typename CFtype >
bool EasyLocal::Core::GreaterThanOrEqualTo (CFtype value1, CFtype value2)
 
template<typename CFtype >
CFtype EasyLocal::Core::max (const std::vector< CFtype > &values)
 
template<typename CFtype >
CFtype EasyLocal::Core::min (const std::vector< CFtype > &values)
 
template<class Move >
bool EasyLocal::Core::IsInverse (const Move &m1, const Move &m2)
 
std::vector< std::string > EasyLocal::Core::split (const std::string &input, const boost::regex &regex)