mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
643 B
17 lines
643 B
#include "CSharpTemplates.h" |
|
|
|
TemplateSpecializer::TemplateSpecializer() |
|
{ |
|
} |
|
|
|
void TemplateSpecializer::completeSpecializationInParameter(DependentValueFields<float> p1, |
|
DependentValueFields<int*> p2, |
|
DependentValueFields<float*> p3) |
|
{ |
|
} |
|
|
|
void TemplateSpecializer::completeSpecializationInParameter(TwoTemplateArgs<int *, int *> p1, |
|
TwoTemplateArgs<int *, int> p2, |
|
TwoTemplateArgs<int *, float> p3) |
|
{ |
|
}
|
|
|