LLVM API Documentation

Public Types | Public Member Functions
llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst > Class Template Reference

#include <RegionInfo.h>

Inheritance diagram for llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >:
Inheritance graph
[legend]
Collaboration diagram for llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef block_iterator_wrapper
< IsConst > 
Self
typedef super::pointer pointer

Public Member Functions

 block_iterator_wrapper (pointer Entry, pointer Exit)
 block_iterator_wrapper ()
 block_iterator_wrapper (super I)
BlockToperator* () const

Detailed Description

template<class Tr>
template<bool IsConst>
class llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >

Definition at line 560 of file RegionInfo.h.


Member Typedef Documentation

template<class Tr>
template<bool IsConst>
typedef super::pointer llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::pointer
template<class Tr>
template<bool IsConst>
typedef block_iterator_wrapper<IsConst> llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::Self

Definition at line 567 of file RegionInfo.h.


Constructor & Destructor Documentation

template<class Tr>
template<bool IsConst>
llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( pointer  Entry,
pointer  Exit 
) [inline]
template<class Tr>
template<bool IsConst>
llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( ) [inline]

Definition at line 580 of file RegionInfo.h.

template<class Tr>
template<bool IsConst>
llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( super  I) [inline]

Definition at line 582 of file RegionInfo.h.


Member Function Documentation

template<class Tr>
template<bool IsConst>
BlockT* llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::operator* ( ) const [inline]

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