#ifndef REFLEX_BUILD
#define REFLEX_BUILD
#endif
#include "Reflex/TypeTemplate.h"
#include "Reflex/Type.h"
#include "Reflex/Member.h"
void ROOT::Reflex::TypeTemplate::AddTemplateInstance( const Type & templateInstance ) const {
if ( * this ) fTypeTemplateImpl->AddTemplateInstance( templateInstance );
}
ROOT::Reflex::Type ROOT::Reflex::TypeTemplate::TemplateInstanceAt( size_t nth ) const {
if ( * this ) return fTypeTemplateImpl->TemplateInstanceAt( nth );
return Type();
}
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.