git-svn-id: svn://db.shs.com.ru/libs@255 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -25,13 +25,23 @@ bool KInterface::test(int v) {
|
||||
}
|
||||
|
||||
|
||||
CDType & KInterface::operator [](const PIString & name_) {
|
||||
return core->k_[name_];
|
||||
}
|
||||
|
||||
|
||||
const CDType KInterface::operator [](const PIString & name_) const {
|
||||
return core->k_[name_];
|
||||
}
|
||||
|
||||
|
||||
CDType & KInterface::operator [](const PIDeque<int> & path_) {
|
||||
return core->k_[path_];
|
||||
}
|
||||
|
||||
|
||||
CDType & KInterface::operator [](const PIString & name_) {
|
||||
return core->k_[name_];
|
||||
const CDType KInterface::operator [](const PIDeque<int> & path_) const {
|
||||
return core->k_[path_];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user