LLVM 22.0.0git
SingleEntrySet< T > Class Template Reference

Public Types

using const_iterator = const T *

Public Member Functions

 SingleEntrySet (T Elem)
bool contains (T Other) const
const_iterator begin () const
const_iterator end () const

Detailed Description

template<class T>
class SingleEntrySet< T >

Definition at line 225 of file CFG.cpp.

Member Typedef Documentation

◆ const_iterator

template<class T>
using SingleEntrySet< T >::const_iterator = const T *

Definition at line 227 of file CFG.cpp.

Constructor & Destructor Documentation

◆ SingleEntrySet()

template<class T>
SingleEntrySet< T >::SingleEntrySet ( T Elem)
inline

Definition at line 229 of file CFG.cpp.

References T.

Member Function Documentation

◆ begin()

template<class T>
const_iterator SingleEntrySet< T >::begin ( ) const
inline

Definition at line 233 of file CFG.cpp.

◆ contains()

template<class T>
bool SingleEntrySet< T >::contains ( T Other) const
inline

Definition at line 231 of file CFG.cpp.

References llvm::Other, and T.

◆ end()

template<class T>
const_iterator SingleEntrySet< T >::end ( ) const
inline

Definition at line 234 of file CFG.cpp.


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