ofxDOM
A DOM Level 3 Events implementation for openFrameworks.
|
#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) | |
Any & | operator= (const Any &a) |
Any & | operator= (Any &&a) |
C++11 Any class.