GPUOcelot
|
A const iterator. More...
#include <ProgramStructureGraph.h>
Public Types | |
typedef const_iterator | self |
typedef instruction_iterator::value_type | value_type |
typedef value_type & | reference |
typedef value_type * | pointer |
Public Member Functions | |
const_iterator () | |
const_iterator (const iterator &) | |
const_iterator (const const_iterator &) | |
const_iterator (const const_block_iterator &, const const_instruction_iterator &) | |
reference | operator* () const |
pointer | operator-> () const |
self & | operator++ () |
self | operator++ (int) |
self & | operator-- () |
self | operator-- (int) |
bool | operator== (const self &) const |
bool | operator!= (const self &) const |
A const iterator.
typedef instruction_iterator::value_type analysis::ProgramStructureGraph::Block::const_iterator::value_type |
analysis::ProgramStructureGraph::Block::const_iterator::const_iterator | ( | ) |
analysis::ProgramStructureGraph::Block::const_iterator::const_iterator | ( | const iterator & | i | ) |
analysis::ProgramStructureGraph::Block::const_iterator::const_iterator | ( | const const_iterator & | i | ) |
analysis::ProgramStructureGraph::Block::const_iterator::const_iterator | ( | const const_block_iterator & | b, |
const const_instruction_iterator & | i | ||
) | [explicit] |
bool analysis::ProgramStructureGraph::Block::const_iterator::operator!= | ( | const self & | i | ) | const |
ProgramStructureGraph::Block::const_iterator::reference analysis::ProgramStructureGraph::Block::const_iterator::operator* | ( | ) | const |
ProgramStructureGraph::Block::const_iterator::self analysis::ProgramStructureGraph::Block::const_iterator::operator++ | ( | int | ) |
ProgramStructureGraph::Block::const_iterator::self & analysis::ProgramStructureGraph::Block::const_iterator::operator++ | ( | ) |
ProgramStructureGraph::Block::const_iterator::self & analysis::ProgramStructureGraph::Block::const_iterator::operator-- | ( | ) |
ProgramStructureGraph::Block::const_iterator::self analysis::ProgramStructureGraph::Block::const_iterator::operator-- | ( | int | ) |
ProgramStructureGraph::Block::const_iterator::pointer analysis::ProgramStructureGraph::Block::const_iterator::operator-> | ( | ) | const |
bool analysis::ProgramStructureGraph::Block::const_iterator::operator== | ( | const self & | i | ) | const |