class Reflex::Any

 Puts the different any objects on the ostream.

Function Members (Methods)

public:
~Any()
void*Address() const
Reflex::AnyAny()
Reflex::AnyAny(const Reflex::Any& other)
voidClear()
boolEmpty() const
booloperator bool()
Reflex::Any&operator=(const Reflex::Any& rhs)
Reflex::Any&Swap(Reflex::Any& rhs)
const type_info&TypeInfo() const

Data Members

private:
Reflex::Any::Placeholder*fContent

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Any(const Reflex::Any& other)
 Constructor 
{}
template< typename ValueType > Any(const Reflex::Any& other)
 Constructor 
{}
~Any()
 Dtor 
void Clear()
 Clear the content 
operator bool()
 bool operator 
return ! Empty()
Any & Swap(Reflex::Any& rhs)
 Modifier 
template< typename ValueType > Any & operator=(const Reflex::Any& rhs)
 Modifier 
const std::type_info & TypeInfo()
 Query 
void* Address()
 Adress 

Author: Stefan Roiser 2004
Last change: root/reflex:$Id: Any.h 22798 2008-03-20 17:44:12Z axel $
Last generated: 2008-06-25 08:31

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.