clang API Documentation

Public Types | Static Public Member Functions
clang::PTHManager::PTHFileLookupTrait Class Reference
Inheritance diagram for clang::PTHManager::PTHFileLookupTrait:
Inheritance graph
[legend]
Collaboration diagram for clang::PTHManager::PTHFileLookupTrait:
Collaboration graph
[legend]

List of all members.

Public Types

typedef const FileEntryexternal_key_type
typedef PTHFileData data_type

Static Public Member Functions

static internal_key_type GetInternalKey (const FileEntry *FE)
static bool EqualKey (internal_key_type a, internal_key_type b)
static PTHFileData ReadData (const internal_key_type &k, const unsigned char *d, unsigned)

Detailed Description

Definition at line 346 of file PTHLexer.cpp.


Member Typedef Documentation

Definition at line 349 of file PTHLexer.cpp.

Definition at line 348 of file PTHLexer.cpp.


Member Function Documentation

static bool clang::PTHManager::PTHFileLookupTrait::EqualKey ( internal_key_type  a,
internal_key_type  b 
) [inline, static]

Definition at line 355 of file PTHLexer.cpp.

static internal_key_type clang::PTHManager::PTHFileLookupTrait::GetInternalKey ( const FileEntry FE) [inline, static]

Definition at line 351 of file PTHLexer.cpp.

References clang::FileEntry::getName().

static PTHFileData clang::PTHManager::PTHFileLookupTrait::ReadData ( const internal_key_type &  k,
const unsigned char *  d,
unsigned   
) [inline, static]

Definition at line 359 of file PTHLexer.cpp.


The documentation for this class was generated from the following file: