Public Member Functions | |
virtual Exp | operator[] (Key *key) const |
WriteExp | operator[] (QString k) |
Protected Member Functions | |
virtual ExpData * | new_copy () const |
Definition at line 72 of file expr-test.cpp.
virtual ExpData* BorgIv::TokenData::new_copy | ( | ) | const [inline, protected, virtual] |
must return a perfect copy of this. Is used by copy_if_necessary when an object is moved from scratch space to more permanent space
Implements BorgIv::ExpData.
Definition at line 76 of file expr-test.cpp.
WriteExp BorgIv::TokenData::operator[] | ( | QString | k | ) | [inline] |
Definition at line 87 of file expr-test.cpp.