#include "CTiglError.h"#include <vector>#include <string>#include <algorithm>#include <sstream>#include <boost/lexical_cast.hpp>#include <boost/core/demangle.hpp>Namespaces | |
| tigl | |
| The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |
Functions | |
| template<class to_value > | |
| void | tigl::from_string (const std::string &s, to_value &t) |
| template<> | |
| void | tigl::from_string< bool > (const std::string &s, bool &t) |
| std::vector< std::string > | tigl::split_string (const std::string &mystring, char delimiter) |
| std::string | tigl::to_lower (const std::string &str) |
| std::string | tigl::to_upper (const std::string &str) |