Files
UnrealEngineUWP/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/InterfaceSpecifiers.def
Steve Robb 0709480948 New IsSorted algorithm.
New FindSortedStringCaseInsensitive algorithm, which binary searches strings in an array.
Many UHT string tests replaced with FindSortedStringCaseInsensitive.
FPropertySpecifier moved to UHT.

#codereview robert.manuszewski

[CL 2587588 by Steve Robb in Main branch]
2015-06-15 13:40:28 -04:00

8 lines
214 B
Modula-2

// INTERFACE_SPECIFIER(<specifier name>)
//
// Must be listed such that the strings are in lexicographical order!
INTERFACE_SPECIFIER(ConversionRoot)
INTERFACE_SPECIFIER(DependsOn)
INTERFACE_SPECIFIER(MinimalAPI)