3.5.0-rc1
Loading...
Searching...
No Matches
any.h File Reference
#include "tigl_internal.h"
#include "CTiglError.h"
#include "stringtools.h"
#include <algorithm>

Data Structures

class  tigl::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
 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

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

Functions

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