LLVM  8.0.1
Public Member Functions | List of all members
llvm::StringMapEntryBase Class Reference

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

#include "llvm/ADT/StringMap.h"

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

Public Member Functions

 StringMapEntryBase (size_t Len)
 
size_t getKeyLength () const
 

Detailed Description

StringMapEntryBase - Shared base class of StringMapEntry instances.

Definition at line 39 of file StringMap.h.

Constructor & Destructor Documentation

◆ StringMapEntryBase()

llvm::StringMapEntryBase::StringMapEntryBase ( size_t  Len)
inlineexplicit

Definition at line 43 of file StringMap.h.

Member Function Documentation

◆ getKeyLength()

size_t llvm::StringMapEntryBase::getKeyLength ( ) const
inline

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