#include <OpArray.h>
Onikiri::OpArray::ArrayIDのコラボレーション図
Public メソッド | |
ArrayID (const ArrayID &arrayID) | |
ArrayID (Op *op, OpArray *opArray, ID id) | |
ArrayID () | |
const ID | GetID () const |
Op * | GetOp () const |
const OpArray * | GetOpArray () const |
void | SetOp (Op *op) |
virtual | ~ArrayID () |
Onikiri::OpArray::ArrayID::ArrayID | ( | ) | [inline] |
Onikiri::OpArray::ArrayID::ArrayID | ( | const ArrayID & | arrayID | ) | [inline] |
OpArray::ArrayID::~ArrayID | ( | ) | [virtual] |
const ID Onikiri::OpArray::ArrayID::GetID | ( | ) | const [inline] |
Op* Onikiri::OpArray::ArrayID::GetOp | ( | ) | const [inline] |
参照元 Onikiri::OpIterator::GetOp()・Onikiri::OpIterator::operator *()・Onikiri::OpIterator::operator->().
Here is the caller graph for this function:
const OpArray* Onikiri::OpArray::ArrayID::GetOpArray | ( | ) | const [inline] |
void Onikiri::OpArray::ArrayID::SetOp | ( | Op * | op | ) | [inline] |