#include "TypeTemplate.h"

ROOT::Reflex::TypeTemplate


class description - header file - source file
viewCVS header - viewCVS source

class ROOT::Reflex::TypeTemplate

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~TypeTemplate()
voidAddTemplateInstance(const ROOT::Reflex::Type& templateInstance) const
static ROOT::Reflex::TypeTemplateByName(const string& name, size_t nTemplateParams = 0)
void*Id() const
TClass*IsA()
std::stringName(unsigned int mod = 0) const
booloperator bool() const
booloperator==(const ROOT::Reflex::TypeTemplate& rh) const
virtual voidShowMembers(TMemberInspector&, char*)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer&)
__gnu_cxx::__normal_iterator<const ROOT::Reflex::Type*,vector<ROOT::Reflex::Type> >TemplateInstance_Begin() const
__gnu_cxx::__normal_iterator<const ROOT::Reflex::Type*,vector<ROOT::Reflex::Type> >TemplateInstance_End() const
reverse_iterator<__gnu_cxx::__normal_iterator<const ROOT::Reflex::Type*,vector<ROOT::Reflex::Type> > >TemplateInstance_RBegin() const
reverse_iterator<__gnu_cxx::__normal_iterator<const ROOT::Reflex::Type*,vector<ROOT::Reflex::Type> > >TemplateInstance_REnd() const
ROOT::Reflex::TypeTemplateInstanceAt(size_t nth) const
unsigned intTemplateInstanceSize() const
__gnu_cxx::__normal_iterator<const string*,vector<string> >TemplateParameterDefault_Begin() const
__gnu_cxx::__normal_iterator<const string*,vector<string> >TemplateParameterDefault_End() const
reverse_iterator<__gnu_cxx::__normal_iterator<const string*,vector<string> > >TemplateParameterDefault_RBegin() const
reverse_iterator<__gnu_cxx::__normal_iterator<const string*,vector<string> > >TemplateParameterDefault_REnd() const
std::stringTemplateParameterDefaultAt(size_t nth) const
__gnu_cxx::__normal_iterator<const string*,vector<string> >TemplateParameterName_Begin() const
__gnu_cxx::__normal_iterator<const string*,vector<string> >TemplateParameterName_End() const
reverse_iterator<__gnu_cxx::__normal_iterator<const string*,vector<string> > >TemplateParameterName_RBegin() const
reverse_iterator<__gnu_cxx::__normal_iterator<const string*,vector<string> > >TemplateParameterName_REnd() const
std::stringTemplateParameterNameAt(size_t nth) const
unsigned intTemplateParameterSize() const
ROOT::Reflex::TypeTemplateTypeTemplate()
ROOT::Reflex::TypeTemplateTypeTemplate(ROOT::Reflex::TypeTemplateName* typeTemplateName = 0)
ROOT::Reflex::TypeTemplateTypeTemplate(const ROOT::Reflex::TypeTemplate& rh)
static __gnu_cxx::__normal_iterator<const ROOT::Reflex::TypeTemplate*,vector<ROOT::Reflex::TypeTemplate> >TypeTemplate_Begin()
static __gnu_cxx::__normal_iterator<const ROOT::Reflex::TypeTemplate*,vector<ROOT::Reflex::TypeTemplate> >TypeTemplate_End()
static reverse_iterator<__gnu_cxx::__normal_iterator<const ROOT::Reflex::TypeTemplate*,vector<ROOT::Reflex::TypeTemplate> > >TypeTemplate_RBegin()
static reverse_iterator<__gnu_cxx::__normal_iterator<const ROOT::Reflex::TypeTemplate*,vector<ROOT::Reflex::TypeTemplate> > >TypeTemplate_REnd()
static ROOT::Reflex::TypeTemplateTypeTemplateAt(size_t nth)
static unsigned intTypeTemplateSize()
voidUnload() const

Data Members

private:
ROOT::Reflex::TypeTemplateName*fTypeTemplateName

Class Description

std::string Name( unsigned int mod )
 Return the name of this type template.

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

Author: Stefan Roiser 2004
Last update: root/reflex:$Name: $:$Id: TypeTemplate.cxx,v 1.15 2006/10/30 12:51:33 roiser Exp $


ROOT page - Class index - Class Hierarchy - Top of the page

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.