String::NoCaseKey

String::NoCaseKey
struct NoCaseKey {
  const String* pStr;
};
Description

Structure for case insensitive keys which are used to look up insensitive string in hash tables for SWF files with versions before SWF 7.

Data Members
Data Member 
Description 
pStr 
String used to construct the NoCaseKey. 
Methods
Method 
Description 
NoCaseKey constructor. 
File

SF_String.h