23.06.2014 - PICodeParser, PICodeInfo, PIConnection, new binary "pip_cmg"
This commit is contained in:
@@ -110,10 +110,10 @@ public:
|
||||
Entry * parent() const {return _parent;}
|
||||
|
||||
//! Returns children count
|
||||
int childCount() {return _children.size_s();}
|
||||
int childCount() const {return _children.size_s();}
|
||||
|
||||
//! Returns children as \a PIConfig::Branch
|
||||
Branch & children() {_children.delim = delim; return _children;}
|
||||
Branch & children() const {_children.delim = delim; return _children;}
|
||||
|
||||
//! Returns child at index "index"
|
||||
Entry * child(const int index) const {return _children[index];}
|
||||
@@ -303,7 +303,7 @@ public:
|
||||
|
||||
static Entry _empty;
|
||||
Entry * _parent;
|
||||
Branch _children;
|
||||
mutable Branch _children;
|
||||
PIString _tab;
|
||||
PIString _name;
|
||||
PIString _value;
|
||||
|
||||
Reference in New Issue
Block a user