Lines Matching defs:operator
67 operator bool() const { return this->_cell; }
69 reference operator*() const { return this->_cell->value; }
70 pointer operator->() const { return &this->_cell->value; }
72 bool operator==(List const &other) const {
75 bool operator!=(List const &other) const {
79 List &operator++() {
83 List operator++(int) {
131 reference operator*() const { return this->_cell->value; }
132 pointer operator->() const { return &this->_cell->value; }
134 List &operator++() {
138 List operator++(int) {
164 operator bool() const { return this->_cell; }
166 reference operator*() const { return this->_cell->value; }
167 pointer operator->() const { return &this->_cell->value; }
169 bool operator==(List const &other) const {
172 bool operator!=(List const &other) const {
176 List &operator++() {
180 List operator++(int) {
213 MutableList &operator++() {
217 MutableList operator++(int) {