top | up | prev | next

FunctionTemplateKey Struct

Definition at line 16 of FunctionTemplateRepository.hpp

Constructors

FunctionTemplateKey(FunctionSymbol* functionTemplate_, const std::vector<TypeSymbol*>& templateArgumentTypes_)

Member Variables

FunctionSymbol* functionTemplate
std::vector<TypeSymbol*> templateArgumentTypes

Constructor Details

FunctionTemplateKey Constructor

cmajor::binder::FunctionTemplateKey::FunctionTemplateKey(FunctionSymbol * functionTemplate_, const std::vector<TypeSymbol *>& templateArgumentTypes_)

Definition at line 18 of FunctionTemplateRepository.hpp :
18 : functionTemplate(functionTemplate_)templateArgumentTypes(templateArgumentTypes_)
19 {
20 }



top | up | prev | next