LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
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 224 of file CFG.cpp.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 226 of file CFG.cpp.

Constructor & Destructor Documentation

◆ SingleEntrySet()

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

Definition at line 228 of file CFG.cpp.

Member Function Documentation

◆ begin()

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

Definition at line 232 of file CFG.cpp.

◆ contains()

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

Definition at line 230 of file CFG.cpp.

References Other.

◆ end()

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

Definition at line 233 of file CFG.cpp.


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