LLVM API Documentation

Public Member Functions
llvm::StringMapEntryBase Class Reference

StringMapEntryBase - Shared base class of StringMapEntry instances. More...

#include <StringMap.h>

Inheritance diagram for llvm::StringMapEntryBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 StringMapEntryBase (unsigned Len)
unsigned getKeyLength () const

Detailed Description

StringMapEntryBase - Shared base class of StringMapEntry instances.

Definition at line 43 of file StringMap.h.


Constructor & Destructor Documentation

llvm::StringMapEntryBase::StringMapEntryBase ( unsigned  Len) [inline, explicit]

Definition at line 46 of file StringMap.h.


Member Function Documentation

unsigned llvm::StringMapEntryBase::getKeyLength ( ) const [inline]

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