|
|
@ -132,6 +132,11 @@ namespace Cxxi.Generators.CLI |
|
|
|
return template.Template.Visit(this); |
|
|
|
return template.Template.Visit(this); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public bool VisitTemplateParameterType(TemplateParameterType param, TypeQualifiers quals) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
throw new NotImplementedException(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public bool VisitPrimitiveType(PrimitiveType type, TypeQualifiers quals) |
|
|
|
public bool VisitPrimitiveType(PrimitiveType type, TypeQualifiers quals) |
|
|
|
{ |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException(); |
|
|
@ -401,6 +406,11 @@ namespace Cxxi.Generators.CLI |
|
|
|
return template.Template.Visit(this); |
|
|
|
return template.Template.Visit(this); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public bool VisitTemplateParameterType(TemplateParameterType param, TypeQualifiers quals) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
throw new NotImplementedException(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public bool VisitPrimitiveType(PrimitiveType type, TypeQualifiers quals) |
|
|
|
public bool VisitPrimitiveType(PrimitiveType type, TypeQualifiers quals) |
|
|
|
{ |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException(); |
|
|
|