Classes | |
| struct | Anp::Read::Data |
Functions | |
| bool | operator== (const Data &lhs, const Data &rhs) |
| bool | operator< (const Data &lhs, const Data &rhs) |
|
||||||||||||
|
Definition at line 66 of file ReadTree.h. References Anp::Read::Data::path. 00066 { return lhs.path < rhs.path; }
|
|
||||||||||||
|
Definition at line 65 of file ReadTree.h. References Anp::Read::Data::path. 00065 { return lhs.path == rhs.path; }
|
1.3.9.1