#include "Any.h"

ROOT::Reflex::Any


class description - header file - source file
viewCVS header - viewCVS source

class ROOT::Reflex::Any

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~Any()
void*__getNewDelFunctions()
void*Address() const
ROOT::Reflex::AnyAny()
ROOT::Reflex::AnyAny(const ROOT::Reflex::Any& other)
ROOT::Reflex::AnyAny(const char*& value)
ROOT::Reflex::AnyAny(const ROOT::Reflex::Any& value)
voidClear()
boolEmpty() const
TClass*IsA()
booloperator bool()
ROOT::Reflex::Any&operator=(const ROOT::Reflex::Any& rhs)
ROOT::Reflex::Any&operator=(const ROOT::Reflex::Any& rhs)
virtual voidShowMembers(TMemberInspector&, char*)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer&)
ROOT::Reflex::Any&Swap(ROOT::Reflex::Any& rhs)
type_info&TypeInfo() const

Data Members

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

Class Description

Any()
* Constructor */
{}
template< typename ValueType > Any( const ValueType & value )
* Constructor */
{}
Any(const Any & other)
* Copy Constructor */
{}
~Any()
* Dtor */
void Clear()
* Clear the content */
return ! Empty()
Any & Swap( Any & rhs )
* Modifier */
template< typename ValueType > Any & operator=( const ValueType & rhs )
* Modifier */
Any( rhs )
Any & operator=( const 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 $


ROOT page - Class index - Class Hierarchy - Top of the page

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.