#include <dds_generator.h>
Definition at line 1074 of file dds_generator.h.
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ Iterator()
Fields::Iterator::Iterator |
( |
AST_Structure * |
node = 0 , |
|
|
unsigned |
pos = 0 , |
|
|
bool |
explicit_keys_only = false |
|
) |
| |
|
inlineexplicit |
Definition at line 1081 of file dds_generator.h.
static bool explicit_keys_only(AST_Structure *node, FieldFilter filter)
AST_Structure * node() const
◆ check()
bool Fields::Iterator::check |
( |
| ) |
|
|
inline |
Definition at line 1094 of file dds_generator.h.
Iterator(AST_Structure *node=0, unsigned pos=0, bool explicit_keys_only=false)
◆ operator!=()
bool Fields::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator*()
AST_Field* Fields::Iterator::operator* |
( |
void |
| ) |
const |
|
inline |
◆ operator++() [1/2]
Iterator& Fields::Iterator::operator++ |
( |
void |
| ) |
|
|
inline |
◆ operator++() [2/2]
Iterator Fields::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Definition at line 1123 of file dds_generator.h.
Iterator(AST_Structure *node=0, unsigned pos=0, bool explicit_keys_only=false)
◆ operator==()
bool Fields::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ pos()
unsigned Fields::Iterator::pos |
( |
| ) |
const |
|
inline |
◆ valid()
bool Fields::Iterator::valid |
( |
void |
| ) |
const |
|
inline |
◆ validate_pos()
void Fields::Iterator::validate_pos |
( |
| ) |
|
|
inline |
◆ explicit_keys_only_
bool Fields::Iterator::explicit_keys_only_ |
|
private |
◆ node_
AST_Structure* Fields::Iterator::node_ |
|
private |
◆ pos_
unsigned Fields::Iterator::pos_ |
|
private |
The documentation for this class was generated from the following file: