LLDB mainline
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ cstring

template<typename T >
ConstString lldb_private::UniqueCStringMap< T >::Entry::cstring

◆ value

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

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