ofxDOM
A DOM Level 3 Events implementation for openFrameworks.
ofx::DOM::Any Struct Reference

C++11 Any class. More...

#include <Types.h>

Public Member Functions

bool is_null () const
 
bool not_null () const
 
template<typename U >
 Any (U &&value)
 
template<class U >
bool is () const
 
template<class U >
StorageType< U > & as ()
 
template<class U >
 operator U ()
 
 Any (Any &that)
 
 Any (Any &&that)
 
 Any (const Any &that)
 
 Any (const Any &&that)
 
Anyoperator= (const Any &a)
 
Anyoperator= (Any &&a)
 

Detailed Description

C++11 Any class.

See also
https://codereview.stackexchange.com/questions/20058/c11-any-class
Note
This class may change in the near future.

The documentation for this struct was generated from the following file: