|
|
@ -174,6 +174,7 @@ namespace CppSharp |
|
|
|
GenerateLibraryNamespace = true; |
|
|
|
GenerateLibraryNamespace = true; |
|
|
|
GeneratePartialClasses = true; |
|
|
|
GeneratePartialClasses = true; |
|
|
|
OutputInteropIncludes = true; |
|
|
|
OutputInteropIncludes = true; |
|
|
|
|
|
|
|
MaxIndent = 80; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// General options
|
|
|
|
// General options
|
|
|
@ -214,6 +215,7 @@ namespace CppSharp |
|
|
|
public string IncludePrefix; |
|
|
|
public string IncludePrefix; |
|
|
|
public bool WriteOnlyWhenChanged; |
|
|
|
public bool WriteOnlyWhenChanged; |
|
|
|
public Func<TranslationUnit, string> GenerateName; |
|
|
|
public Func<TranslationUnit, string> GenerateName; |
|
|
|
|
|
|
|
public int MaxIndent; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public class InvalidOptionException : Exception |
|
|
|
public class InvalidOptionException : Exception |
|
|
|