Go to the source code of this file.
|
| StackIterator & | Calculator::operator>> (StackIterator &iter, StackIterator::Hint hint) |
| | Set the iter's hint and return the iter. More...
|
| |
| StackIterator & | Calculator::operator>> (StackIterator &iter, std::shared_ptr< StackItem > &t) |
| | Set t to *iter and return iter. More...
|
| |
| template<typename T > |
| StackIterator & | Calculator::operator>> (StackIterator &iter, T &t) |
| | Convenience function to read the current value of iter by the template as() (respecting the current hint) and set to t. More...
|
| |