LLVM API Documentation

llvm::StringMapEntryBase Class Reference

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

#include <StringMap.h>

Inheritance diagram for llvm::StringMapEntryBase:

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

Collaboration 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 42 of file StringMap.h.


Constructor & Destructor Documentation

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

Definition at line 45 of file StringMap.h.


Member Function Documentation

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


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.