#include <BaseNode.h>
template<typename this_t>
class BaseNode< this_t >::NodeIterator
- Author
- piantado
- Date
- 03/07/20
◆ NodeIterator()
template<typename this_t>
BaseNode< this_t >::NodeIterator::NodeIterator |
( |
const this_t * |
n | ) |
|
|
inline |
◆ operator!=()
template<typename this_t>
◆ operator*()
template<typename this_t>
this_t& BaseNode< this_t >::NodeIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
template<typename this_t>
◆ operator++() [1/2]
template<typename this_t>
◆ operator++() [2/2]
template<typename this_t>
◆ operator->()
template<typename this_t>
this_t* BaseNode< this_t >::NodeIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
template<typename this_t>
◆ current
template<typename this_t>
this_t* BaseNode< this_t >::NodeIterator::current |
|
protected |
◆ start
template<typename this_t>
const this_t* BaseNode< this_t >::NodeIterator::start |
|
protected |
The documentation for this class was generated from the following file: