class SuccIterator::SuccessorProxy
Declaration
class SuccIterator::SuccessorProxy { /* full declaration omitted */ };
Description
Proxy object to allow write access in operator[]
Declared at: llvm/include/llvm/IR/CFG.h:157
Method Overview
- public SuccessorProxy(const llvm::SuccIterator::Self & It)
- public SuccessorProxy(const llvm::SuccIterator::SuccessorProxy &)
- public llvm::SuccIterator::reference operator type-parameter-0-1 *() const
Methods
¶SuccessorProxy(const llvm::SuccIterator::Self& It)
SuccessorProxy(const llvm::SuccIterator::Self& It)
Declared at: llvm/include/llvm/IR/CFG.h:161
Parameters
- const llvm::SuccIterator::Self& It
¶SuccessorProxy(
const llvm::SuccIterator::SuccessorProxy&)
SuccessorProxy(
const llvm::SuccIterator::SuccessorProxy&)
Declared at: llvm/include/llvm/IR/CFG.h:163
Parameters
¶llvm::SuccIterator::reference operator type -
parameter - 0 - 1 *() const
llvm::SuccIterator::reference operator type -
parameter - 0 - 1 *() const
Declared at: llvm/include/llvm/IR/CFG.h:175