LLVM 23.0.0git
llvm::StringMapEntryStorage< EmptyStringSetTag > Class Reference

#include "llvm/ADT/StringMapEntry.h"

Inheritance diagram for llvm::StringMapEntryStorage< EmptyStringSetTag >:
[legend]

Public Member Functions

 StringMapEntryStorage (size_t keyLength, EmptyStringSetTag={})
 StringMapEntryStorage (StringMapEntryStorage &entry)=delete
EmptyStringSetTag getValue () const
void setValue (const EmptyStringSetTag &V)
Public Member Functions inherited from llvm::StringMapEntryBase
 StringMapEntryBase (size_t keyLength)
size_t getKeyLength () const

Public Attributes

EmptyStringSetTag second

Additional Inherited Members

Static Protected Member Functions inherited from llvm::StringMapEntryBase
template<typename AllocatorTy>
static void * allocateWithKey (size_t EntrySize, size_t EntryAlign, StringRef Key, AllocatorTy &Allocator)
 Helper to tail-allocate Key.

Detailed Description

Definition at line 91 of file StringMapEntry.h.

Constructor & Destructor Documentation

◆ StringMapEntryStorage() [1/2]

llvm::StringMapEntryStorage< EmptyStringSetTag >::StringMapEntryStorage ( size_t keyLength,
EmptyStringSetTag = {} )
inlineexplicit

Definition at line 93 of file StringMapEntry.h.

Referenced by StringMapEntryStorage().

◆ StringMapEntryStorage() [2/2]

Member Function Documentation

◆ getValue()

Definition at line 97 of file StringMapEntry.h.

◆ setValue()

Definition at line 87 of file StringMapEntry.h.

Member Data Documentation

◆ second


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