Merge branch 'main' of https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef
This commit is contained in:
@@ -896,7 +896,8 @@ abstract class Cpp2BeefGenerator
|
||||
currentCursor = cursor;
|
||||
}
|
||||
|
||||
protected virtual void WriteTypeAndName(CXCursor cursor, CXType type, enum { Standard, TypeAlias, ConversionFunction, Ctor, Dtor } format = .Standard)
|
||||
protected enum TypeAndNameKind { Standard, TypeAlias, ConversionFunction, Ctor, Dtor }
|
||||
protected virtual void WriteTypeAndName(CXCursor cursor, CXType type, TypeAndNameKind format = .Standard)
|
||||
{
|
||||
bool preserveColumns = Flags.HasFlag(.PreseveColumns);
|
||||
Flush();
|
||||
|
||||
Reference in New Issue
Block a user