class ROOT::Reflex::VariableBuilderImpl

Function Members (Methods)

public:
~VariableBuilderImpl()
voidAddProperty(const char* key, ROOT::Reflex::Any value)
voidAddProperty(const char* key, const char* value)
ROOT::Reflex::VariableBuilderImpl&operator=(const ROOT::Reflex::VariableBuilderImpl&)
ROOT::Reflex::MemberToMember()
ROOT::Reflex::VariableBuilderImplVariableBuilderImpl(const ROOT::Reflex::VariableBuilderImpl&)
ROOT::Reflex::VariableBuilderImplVariableBuilderImpl(const char* nam, const ROOT::Reflex::Type& typ, size_t offs, unsigned int modifiers = 0)

Data Members

private:
ROOT::Reflex::MemberfDataMember

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

VariableBuilderImpl(const char* nam, const ROOT::Reflex::Type& typ, size_t offs, unsigned int modifiers = 0)
 Construct the info for a variable.
~VariableBuilderImpl()
 Destructor.
void AddProperty( const char * key, const char * value )
 Attach a property to this variable as string.
void AddProperty( const char * key, Any value )
 Attach a property to this variable as Any object.
ROOT::Reflex::Member ToMember()
 Return the member currently being built.
VariableBuilderImpl(const char* nam, const ROOT::Reflex::Type& typ, size_t offs, unsigned int modifiers = 0)
 constructor 

Author: Stefan Roiser 2004
Last update: root/reflex:$Id: VariableBuilder.h 20883 2007-11-19 11:52:08Z rdm $

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.