virtual | ~FunctionBuilder() |
Reflex::FunctionBuilder& | AddProperty(const char* key, Reflex::Any value) |
Reflex::FunctionBuilder& | AddProperty(const char* key, const char* value) |
Reflex::FunctionBuilder | FunctionBuilder(const Reflex::FunctionBuilder&) |
Reflex::FunctionBuilder | FunctionBuilder(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::Member | ToMember() |
constructor
AddProperty will add a property * @param key the property key * @param value the value of the property * @return a reference to the building class
* ToMember will return the member currently being built * @return member currently being built
AddProperty will add a property * @param key the property key * @param value the value of the property * @return a reference to the building class