#include "Any.h"

ROOT::Reflex::Any


class description - header file - source file - inheritance tree (.pdf)

class ROOT::Reflex::Any

Inheritance Chart:
ROOT::Reflex::Any

    public:
void* __getNewDelFunctions() Any() Any(const ROOT::Reflex::Any& other) Any(const char*& value) Any(const ROOT::Reflex::Any& value) ~Any() bool Empty() const TClass* IsA() ROOT::Reflex::Any& operator=(const ROOT::Reflex::Any& rhs) ROOT::Reflex::Any& operator=(const char*& rhs) ROOT::Reflex::Any& operator=(const ROOT::Reflex::Any& rhs) virtual void ShowMembers(TMemberInspector&, char*) virtual void Streamer(TBuffer&) void StreamerNVirtual(TBuffer&) ROOT::Reflex::Any& Swap(ROOT::Reflex::Any& rhs) type_info& TypeInfo() const

Data Members

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

Class Description

Any()
template< typename ValueType > Any( const ValueType & value )
Any(const Any & other)
~Any()
Any & Swap( Any & rhs )
template< typename ValueType > Any & operator=( const ValueType & rhs )
Any( rhs )
Any & operator=( const Any & rhs )
bool Empty()
const std::type_info & TypeInfo()

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.