git-svn-id: svn://db.shs.com.ru/libs@167 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-03-15 13:21:12 +00:00
parent 270bfffd5f
commit 67d8d3576d
5 changed files with 22 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public:
const CDType operator [](const PIDeque<int> & path_) const {return (*this)[path_];}
CDSection & section(int v);
const CDSection section(int v) const;
CDSection & section(const PIDeque<int> &path);
CDSection & section(const PIDeque<int> & path);
CDSection & root();
const CDSection root() const;