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

This commit is contained in:
2016-08-15 09:03:18 +00:00
parent 8052406e54
commit fd3a7435e8
15 changed files with 420 additions and 43 deletions

View File

@@ -21,7 +21,10 @@ public:
const CDType operator [](int v) const;
CDSection & section(int v);
const CDSection section(int v) const;
const CDSection & root() const;
// CDSection & section(const PIDeque<int> &path);
const CDSection section(const PIDeque<int> &path) const;
CDSection & root();
const CDSection root() const;
int count(bool recursive = true) const;
const PIString file() const {return k_file;}