class Reflex::TypeTemplate

Function Members (Methods)

public:
~TypeTemplate()
voidAddTemplateInstance(const Reflex::Type& templateInstance) const
static Reflex::TypeTemplateByName(const string& name, size_t nTemplateParams = 0)
void*Id() const
stringName(unsigned int mod = 0) const
booloperator bool() const
booloperator==(const Reflex::TypeTemplate& rh) const
Reflex::Type_IteratorTemplateInstance_Begin() const
Reflex::Type_IteratorTemplateInstance_End() const
Reflex::Reverse_Type_IteratorTemplateInstance_RBegin() const
Reflex::Reverse_Type_IteratorTemplateInstance_REnd() const
Reflex::TypeTemplateInstanceAt(size_t nth) const
size_tTemplateInstanceSize() const
Reflex::StdString_IteratorTemplateParameterDefault_Begin() const
Reflex::StdString_IteratorTemplateParameterDefault_End() const
Reflex::Reverse_StdString_IteratorTemplateParameterDefault_RBegin() const
Reflex::Reverse_StdString_IteratorTemplateParameterDefault_REnd() const
stringTemplateParameterDefaultAt(size_t nth) const
Reflex::StdString_IteratorTemplateParameterName_Begin() const
Reflex::StdString_IteratorTemplateParameterName_End() const
Reflex::Reverse_StdString_IteratorTemplateParameterName_RBegin() const
Reflex::Reverse_StdString_IteratorTemplateParameterName_REnd() const
stringTemplateParameterNameAt(size_t nth) const
size_tTemplateParameterSize() const
Reflex::TypeTemplateTypeTemplate(const Reflex::TypeTemplateName* typeTemplateName = 0)
Reflex::TypeTemplateTypeTemplate(const Reflex::TypeTemplate& rh)
static Reflex::TypeTemplate_IteratorTypeTemplate_Begin()
static Reflex::TypeTemplate_IteratorTypeTemplate_End()
static Reflex::Reverse_TypeTemplate_IteratorTypeTemplate_RBegin()
static Reflex::Reverse_TypeTemplate_IteratorTypeTemplate_REnd()
static Reflex::TypeTemplateTypeTemplateAt(size_t nth)
static size_tTypeTemplateSize()
voidUnload() const

Data Members

private:
const Reflex::TypeTemplateName*fTypeTemplateName

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

std::string Name(unsigned int mod = 0) const
 Return the name of this type template.
Reflex::TypeTemplate ByName(const string& name, size_t nTemplateParams = 0)
 Lookup a type template by name.
Reflex::TypeTemplate TypeTemplateAt(size_t nth)
 Return the nth type template defined.
Reflex::TypeTemplate_Iterator TypeTemplate_Begin()
 Return the begin iterator of the type template container.
Reflex::TypeTemplate_Iterator TypeTemplate_End()
 Return the end iterator of the type template container.
Reflex::Reverse_TypeTemplate_Iterator TypeTemplate_RBegin()
 Return the rbegin iterator of the type template container.
Reflex::Reverse_TypeTemplate_Iterator TypeTemplate_REnd()
 Return the rend iterator of the type template container.
Reflex::Type_Iterator TemplateInstance_Begin()
 Return the begin iterator of the instances container of this type template.
Reflex::Type_Iterator TemplateInstance_End()
 Return the end iterator of the instances container of this type template.
Reflex::Reverse_Type_Iterator TemplateInstance_RBegin()
 Return the rbegin iterator of the instances container of this type template.
Reflex::Reverse_Type_Iterator TemplateInstance_REnd()
 Return the rend iterator of the instances container of this type template.
Reflex::Type TemplateInstanceAt(size_t nth) const
 Return the nth template instance of this family.
void AddTemplateInstance(const Reflex::Type& templateInstance) const
 Add template instance to this template family.
void Unload()
  Unload a type template, i.e. delete the TypeTemplateName's TypeTemaplteImpl object.
inline TypeTemplate( const TypeTemplateName * typeTemplateName )
{}
inline TypeTemplate( const TypeTemplate & rh )
{}
inline ~TypeTemplate()
{}
inline operator bool()
void * Id()
size_t TemplateInstanceSize()
size_t TemplateParameterSize()
std::string TemplateParameterDefaultAt(size_t nth) const
Reflex::StdString_Iterator TemplateParameterDefault_Begin()
Reflex::StdString_Iterator TemplateParameterDefault_End()
Reflex::Reverse_StdString_Iterator TemplateParameterDefault_RBegin()
Reflex::Reverse_StdString_Iterator TemplateParameterDefault_REnd()
std::string TemplateParameterNameAt(size_t nth) const
Reflex::StdString_Iterator TemplateParameterName_Begin()
Reflex::StdString_Iterator TemplateParameterName_End()
Reflex::Reverse_StdString_Iterator TemplateParameterName_RBegin()
Reflex::Reverse_StdString_Iterator TemplateParameterName_REnd()
size_t TypeTemplateSize()

Author: Stefan Roiser 2004
Last change: root/reflex:$Id: TypeTemplate.h 22845 2008-03-26 13:41:38Z axel $
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.