class Reflex::FunctionBuilderImpl

 Functionbuilder destructor used for call backs.

Function Members (Methods)

public:
~FunctionBuilderImpl()
voidAddProperty(const char* key, Reflex::Any value)
voidAddProperty(const char* key, const char* value)
Reflex::FunctionBuilderImplFunctionBuilderImpl(const Reflex::FunctionBuilderImpl&)
Reflex::FunctionBuilderImplFunctionBuilderImpl(const char* nam, const Reflex::Type& typ, Reflex::StubFunction stubFP, void* stubCtx, const char* params, unsigned char modifiers = 0)
Reflex::FunctionBuilderImpl&operator=(const Reflex::FunctionBuilderImpl&)
Reflex::MemberToMember()

Data Members

private:
Reflex::MemberfFunction

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

FunctionBuilderImpl(const char* nam, const Reflex::Type& typ, Reflex::StubFunction stubFP, void* stubCtx, const char* params, unsigned char modifiers = 0)
 Create function type dictionary info (internal).
~FunctionBuilderImpl()
 FunctionBuilder destructor.
void AddProperty( const char * key, const char * value )
 Add property info to this function type.
void AddProperty( const char * key, Any value )
 Add property info to this function type.
Reflex::Member ToMember()
 Return the function member currently being built.
FunctionBuilderImpl(const char* nam, const Reflex::Type& typ, Reflex::StubFunction stubFP, void* stubCtx, const char* params, unsigned char modifiers = 0)
 constructor 

Author: Stefan Roiser 2004
Last change: root/reflex:$Id: FunctionBuilder.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.