const Reflex::MemberTemplateName* | fMemberTemplateName |
* ByName will return a member template corresponding to the argument name * @param member template name to lookup * @param nTemplateParams looks up the template family with this number of template parameters * if it is set to 0, the first occurence of the template family name will be returned * @return corresponding member template to name
* Id will return a memory address which is a unique id for this member template * @return unique id of this member template * MemberTemplateAt will return the nth member template defined * @param nth member template * @return nth member template
* MemberTemplate_Begin returns the begin iterator of the member template container * @return begin iterator of member template container
* MemberTemplate_End returns the end iterator of the member template container * @return end iterator of member template container
* MemberTemplate_Rbegin returns the rbegin iterator of the member template container * @return rbegin iterator of member template container
* MemberTemplate_Rend returns the rend iterator of the member template container * @return rend iterator of member template container
* Name will return the name of the template family and a list of * all currently available instantiations * @return template family name with all instantiantion
* TemplateInstance_Begin returns the begin iterator of the instance container * @return the begin iterator of the instance container
* TemplateInstance_End returns the end iterator of the instance container * @return the end iterator of the instance container
* TemplateInstance_RBegin returns the rbegin iterator of the instance container * @return the rbegin iterator of the instance container
* TemplateInstance_Rend returns the rend iterator of the instance container * @return the rend iterator of the instance container
* TemplateInstanceAt will return the nth template instantion * @param nth template instantion * @return pointer to nth template instantion
* AddTemplateInstance adds one TemplateInstanceAt of the template to the local container * @param templateInstance the template TemplateInstanceAt