class Reflex::VariableBuilderImpl

Function Members (Methods)

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

Data Members

private:
Reflex::MemberfDataMember

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

VariableBuilderImpl(const char* nam, const 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.
Reflex::Member ToMember()
 Return the member currently being built.
VariableBuilderImpl(const char* nam, const Reflex::Type& typ, size_t offs, unsigned int modifiers = 0)
 constructor 

Author: Stefan Roiser 2004
Last change: root/reflex:$Id: VariableBuilder.h 22729 2008-03-19 10:20:10Z pcanal $
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.