3.4.0
any.h File Reference
#include "tigl_internal.h"
#include "CTiglError.h"
#include "stringtools.h"
#include <algorithm>

Data Structures

class  tigl::disable_adl::any
 A class that can hold any other object. Similar to boost::any but includes also a from_string method. More...
 
class  tigl::disable_adl::any::any_concept
 
class  tigl::disable_adl::any::any_conceptImpl< T >
 

Namespaces

 tigl
 The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations.
 
 tigl::disable_adl
 

Functions

template<class T >
tigl::any_cast (const any &any)
 
template<class to_value >
void tigl::from_string (const std::string &s, to_value &t)
 
void tigl::disable_adl::from_string (const std::string &s, any &a)