LLDB mainline
lldb_private::UniqueCStringMap< T >::Entry Struct Reference

#include <UniqueCStringMap.h>

Public Member Functions

 Entry (ConstString cstr, const T &v)

Public Attributes

ConstString cstring
value

Detailed Description

template<typename T>
struct lldb_private::UniqueCStringMap< T >::Entry

Definition at line 28 of file UniqueCStringMap.h.

Constructor & Destructor Documentation

◆ Entry()

template<typename T>
lldb_private::UniqueCStringMap< T >::Entry::Entry ( ConstString cstr,
const T & v )
inline

Definition at line 29 of file UniqueCStringMap.h.

References cstring, and value.

Member Data Documentation

◆ cstring

◆ value

template<typename T>
T lldb_private::UniqueCStringMap< T >::Entry::value

Definition at line 32 of file UniqueCStringMap.h.

Referenced by Entry(), and lldb_private::Symtab::FindFunctionSymbols().


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