Lines Matching full:operator
25 Graph& operator=(const Graph&);
46 bool operator==(const NodeSubset &other) const {
49 bool operator!=(const NodeSubset &other) const {
180 bool operator==(const ChildIterator &other) const {
184 bool operator!=(const ChildIterator &other) const {
188 /// Prefix increment operator.
189 ChildIterator& operator++() {
201 /// Postfix increment operator.
202 ChildIterator operator++(int) {
208 /// Dereference operator.
209 NodeType *operator*() {