LLVM 19.0.0git
Public Member Functions | List of all members
llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType > Class Template Reference

#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"

Inheritance diagram for llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >:
Inheritance graph
[legend]

Public Member Functions

void add (FirstKeyType FirstKey, SecondKeyType SecondKey, ValueType Value)
 
LVSecondMapType * findMap (FirstKeyType FirstKey) const
 
ValueType find (FirstKeyType FirstKey, SecondKeyType SecondKey) const
 
ValueType find (SecondKeyType SecondKey) const
 
LVValueTypes find () const
 

Detailed Description

template<typename FirstKeyType, typename SecondKeyType, typename ValueType>
class llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >

Definition at line 143 of file LVSupport.h.

Member Function Documentation

◆ add()

template<typename FirstKeyType , typename SecondKeyType , typename ValueType >
void llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >::add ( FirstKeyType  FirstKey,
SecondKeyType  SecondKey,
ValueType  Value 
)
inline

Definition at line 155 of file LVSupport.h.

◆ find() [1/3]

template<typename FirstKeyType , typename SecondKeyType , typename ValueType >
LVValueTypes llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >::find ( ) const
inline

◆ find() [2/3]

template<typename FirstKeyType , typename SecondKeyType , typename ValueType >
ValueType llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >::find ( FirstKeyType  FirstKey,
SecondKeyType  SecondKey 
) const
inline

◆ find() [3/3]

template<typename FirstKeyType , typename SecondKeyType , typename ValueType >
ValueType llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >::find ( SecondKeyType  SecondKey) const
inline

◆ findMap()

template<typename FirstKeyType , typename SecondKeyType , typename ValueType >
LVSecondMapType * llvm::logicalview::LVDoubleMap< FirstKeyType, SecondKeyType, ValueType >::findMap ( FirstKeyType  FirstKey) const
inline

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