|
@ -21,7 +21,6 @@ public: |
|
|
std::vector<Branch2>::const_iterator begin() const { return _branches.begin(); } |
|
|
std::vector<Branch2>::const_iterator begin() const { return _branches.begin(); } |
|
|
std::vector<Branch2>::const_iterator end() const { return _branches.end(); } |
|
|
std::vector<Branch2>::const_iterator end() const { return _branches.end(); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
std::vector<Branch2> _branches; |
|
|
std::vector<Branch2> _branches; |
|
|
}; |
|
|
}; |