#include "TypeTemplate.h" |
ROOT::Reflex::TypeTemplate
class description - header file - source file - inheritance tree (.pdf)
public:
TypeTemplate(const ROOT::Reflex::TypeTemplate& _ctor_arg)
TypeTemplate(ROOT::Reflex::TypeTemplateImpl* tti = 0)
TypeTemplate()
~TypeTemplate()
void AddTemplateInstance(const ROOT::Reflex::Type& templateInstance) const
TClass* IsA()
std::string Name(unsigned int mod = 0) const
bool operator bool() const
bool operator==(const ROOT::Reflex::TypeTemplate& rh) const
virtual void ShowMembers(TMemberInspector&, char*)
virtual void Streamer(TBuffer&)
void StreamerNVirtual(TBuffer&)
ROOT::Reflex::Type TemplateInstanceAt(size_t nth) const
unsigned int TemplateInstanceSize() const
__gnu_cxx::__normal_iterator<string*,vector<string> > TemplateParameterDefault_Begin() const
__gnu_cxx::__normal_iterator<string*,vector<string> > TemplateParameterDefault_End() const
reverse_iterator<__gnu_cxx::__normal_iterator<string*,vector<string> > > TemplateParameterDefault_RBegin() const
reverse_iterator<__gnu_cxx::__normal_iterator<string*,vector<string> > > TemplateParameterDefault_REnd() const
std::string TemplateParameterDefaultAt(size_t nth) const
__gnu_cxx::__normal_iterator<string*,vector<string> > TemplateParameterName_Begin() const
__gnu_cxx::__normal_iterator<string*,vector<string> > TemplateParameterName_End() const
reverse_iterator<__gnu_cxx::__normal_iterator<string*,vector<string> > > TemplateParameterName_RBegin() const
reverse_iterator<__gnu_cxx::__normal_iterator<string*,vector<string> > > TemplateParameterName_REnd() const
std::string TemplateParameterNameAt(size_t nth) const
unsigned int TemplateParameterSize() const
private:
ROOT::Reflex::TypeTemplateImpl* fTypeTemplateImpl
void AddTemplateInstance( const Type & templateInstance )
-------------------------------------------------------------------------------
Add template instance to this template family.
ROOT::Reflex::Type TemplateInstanceAt( size_t nth )
-------------------------------------------------------------------------------
Return the nth template instance of this family.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
std::string Name( unsigned int mod = 0 )
Author: Stefan Roiser 2004
Last update: root/reflex:$Name: $:$Id: TypeTemplate.cxx,v 1.9 2006/07/05 07:09:09 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.