Пример #1
0
 public SourceLocation(global::System.IntPtr native, bool isInternalImpl = false)
     : this()
 {
     var __ptr = (Internal*)native.ToPointer();
     ID = __ptr->ID;
 }
Пример #2
0
 public static allocator __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new allocator(native.ToPointer(), skipVTables);
 }
Пример #3
0
 public static basic_string __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new basic_string(native.ToPointer(), skipVTables);
 }
Пример #4
0
 public static new TypeAliasTemplate __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TypeAliasTemplate(native.ToPointer(), skipVTables);
 }
Пример #5
0
 public static Declaration __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new Declaration(native.ToPointer(), skipVTables);
 }
Пример #6
0
 public static new CXXConstructExpr __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new CXXConstructExpr(native.ToPointer(), skipVTables);
 }
Пример #7
0
 public static new AccessSpecifierDecl __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new AccessSpecifierDecl(native.ToPointer(), skipVTables);
 }
Пример #8
0
 public static new VerbatimBlockLineComment __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new VerbatimBlockLineComment(native.ToPointer(), skipVTables);
 }
Пример #9
0
 public static Attribute __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new Attribute(native.ToPointer(), skipVTables);
 }
Пример #10
0
 public static new TranslationUnit __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TranslationUnit(native.ToPointer(), skipVTables);
 }
Пример #11
0
 public static NativeLibrary __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new NativeLibrary(native.ToPointer(), skipVTables);
 }
Пример #12
0
 public static PreprocessedEntity __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new PreprocessedEntity(native.ToPointer(), skipVTables);
 }
Пример #13
0
 public static new VarTemplatePartialSpecialization __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new VarTemplatePartialSpecialization(native.ToPointer(), skipVTables);
 }
Пример #14
0
 public static LanguageRuntime __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new LanguageRuntime(native.ToPointer(), skipVTables);
 }
Пример #15
0
 public static TypeQualifiers __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TypeQualifiers(native.ToPointer(), skipVTables);
 }
Пример #16
0
 public static new HTMLEndTagComment __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new HTMLEndTagComment(native.ToPointer(), skipVTables);
 }
Пример #17
0
 public static new TypedefNameDecl __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TypedefNameDecl(native.ToPointer(), skipVTables);
 }
Пример #18
0
 public static TemplateArgument __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TemplateArgument(native.ToPointer(), skipVTables);
 }
Пример #19
0
 public static BaseClassSpecifier __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new BaseClassSpecifier(native.ToPointer(), skipVTables);
 }
Пример #20
0
 public static CppParserOptions __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new CppParserOptions(native.ToPointer(), skipVTables);
 }
Пример #21
0
 public static new FunctionType __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new FunctionType(native.ToPointer(), skipVTables);
 }
Пример #22
0
 public static new DependentTemplateSpecializationType __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new DependentTemplateSpecializationType(native.ToPointer(), skipVTables);
 }
Пример #23
0
 public static new TemplateTemplateParameter __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new TemplateTemplateParameter(native.ToPointer(), skipVTables);
 }
Пример #24
0
 public static new InjectedClassNameType __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new InjectedClassNameType(native.ToPointer(), skipVTables);
 }
Пример #25
0
 public static ParserTargetInfo __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new ParserTargetInfo(native.ToPointer(), skipVTables);
 }
Пример #26
0
 public static VTableComponent __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new VTableComponent(native.ToPointer(), skipVTables);
 }
Пример #27
0
 public static __ulx __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new __ulx(native.ToPointer(), skipVTables);
 }
Пример #28
0
 public static ClassLayout __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new ClassLayout(native.ToPointer(), skipVTables);
 }
Пример #29
0
 public static SymbolContext __CreateInstance(global::System.IntPtr native, bool skipVTables = false)
 {
     return new SymbolContext(native.ToPointer(), skipVTables);
 }
Пример #30
0
 public SourceManager(global::System.IntPtr native, bool isInternalImpl = false)
     : this()
 {
     var __ptr = (Internal*)native.ToPointer();
 }