ROOT logo
ROOT » CINT » REFLEX » Reflex::FunctionBuilder

class Reflex::FunctionBuilder

Function Members (Methods)

public:
virtual~FunctionBuilder()
Reflex::FunctionBuilder&AddProperty(const char* key, Reflex::Any value)
Reflex::FunctionBuilder&AddProperty(const char* key, const char* value)
Reflex::FunctionBuilderFunctionBuilder(const Reflex::FunctionBuilder&)
Reflex::FunctionBuilderFunctionBuilder(const Reflex::Type& typ, const char* nam, Reflex::StubFunction stubFP, void* stubCtx, const char* params, unsigned char modifiers)
Reflex::FunctionBuilder&operator=(const Reflex::FunctionBuilder&)
Reflex::MemberToMember()

Data Members

private:
Reflex::MemberfFunction

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

FunctionBuilder(const Reflex::Type& typ, const char* nam, Reflex::StubFunction stubFP, void* stubCtx, const char* params, unsigned char modifiers)
 constructor 
FunctionBuilder& AddProperty(const char* key, Any value)
 destructor 
 AddProperty will add a property
    * @param  key the property key
    * @param  value the value of the property
    * @return a reference to the building class

Member ToMember()
    * ToMember will return the member currently being built
    * @return member currently being built

void AddProperty(const char* key, Any value)
 AddProperty will add a property
    * @param  key the property key
    * @param  value the value of the property
    * @return a reference to the building class