LLVM: llvm::detail::DenseSetPair< KeyT > Class Template Reference (original) (raw)

#include "[llvm/ADT/DenseSet.h](DenseSet%5F8h%5Fsource.html)"

Inheritance diagram for llvm::detail::DenseSetPair< KeyT >:

[legend]

Public Member Functions
KeyT & getFirst ()
const KeyT & getFirst () const
DenseSetEmpty & getSecond ()
const DenseSetEmpty & getSecond () const

Detailed Description

template<typename KeyT>
class llvm::detail::DenseSetPair< KeyT >

Definition at line 36 of file DenseSet.h.

Member Function Documentation

getFirst() [1/2]

template<typename KeyT>

KeyT & llvm::detail::DenseSetPair< KeyT >::getFirst ( ) inline

Definition at line 40 of file DenseSet.h.

getFirst() [2/2]

template<typename KeyT>

const KeyT & llvm::detail::DenseSetPair< KeyT >::getFirst ( ) const inline

Definition at line 41 of file DenseSet.h.

getSecond() [1/2]

template<typename KeyT>

DenseSetEmpty & llvm::detail::DenseSetPair< KeyT >::getSecond ( ) inline

Definition at line 42 of file DenseSet.h.

getSecond() [2/2]

template<typename KeyT>

const DenseSetEmpty & llvm::detail::DenseSetPair< KeyT >::getSecond ( ) const inline

Definition at line 43 of file DenseSet.h.


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