LLVM  8.0.1
Public Member Functions | List of all members
llvm::detail::enumerator< R > Class Template Reference

#include "llvm/ADT/STLExtras.h"

Public Member Functions

 enumerator (R &&Range)
 
enumerator_iter< R > begin ()
 
enumerator_iter< R > end ()
 

Detailed Description

template<typename R>
class llvm::detail::enumerator< R >

Definition at line 1484 of file STLExtras.h.

Constructor & Destructor Documentation

◆ enumerator()

template<typename R >
llvm::detail::enumerator< R >::enumerator ( R &&  Range)
inlineexplicit

Definition at line 1486 of file STLExtras.h.

Member Function Documentation

◆ begin()

template<typename R >
enumerator_iter<R> llvm::detail::enumerator< R >::begin ( )
inline

Definition at line 1488 of file STLExtras.h.

References llvm::sys::path::begin().

◆ end()

template<typename R >
enumerator_iter<R> llvm::detail::enumerator< R >::end ( )
inline

Definition at line 1492 of file STLExtras.h.

References llvm::sys::path::end().


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