+
class ROOT::Reflex::Any
-
library: libReflexDict
#include "Any.h"
Display options:
Show inherited
Show non-public

class ROOT::Reflex::Any

Function Members (Methods)

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

Data Members

private:
ROOT::Reflex::Any::Placeholder*fContent

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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

Author: Stefan Roiser 2004
Last update: root/reflex:$Name: $:$Id: Any.cxx,v 1.8 2006/07/05 07:09:09 roiser Exp $

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.