#include <iterpriv.h>
Definition at line 19 of file iterpriv.h.
◆ ITER_TYPE
Enumerator |
---|
IT_NONE | |
IT_SEQ | |
IT_MAP | |
Definition at line 25 of file iterpriv.h.
◆ IterPriv() [1/3]
YAML_PM::IterPriv::IterPriv |
( |
| ) |
|
|
inline |
◆ IterPriv() [2/3]
YAML_PM::IterPriv::IterPriv |
( |
std::vector< Node * >::const_iterator |
it | ) |
|
|
inline |
◆ IterPriv() [3/3]
YAML_PM::IterPriv::IterPriv |
( |
std::map< Node *, Node *, ltnode >::const_iterator |
it | ) |
|
|
inline |
◆ mapIter
std::map<Node *, Node *, ltnode>::const_iterator YAML_PM::IterPriv::mapIter |
◆ seqIter
std::vector<Node *>::const_iterator YAML_PM::IterPriv::seqIter |
◆ type
The documentation for this struct was generated from the following file: