Flutter Engine
The Flutter Engine
|
#include <ax_node.h>
Public Member Functions | |
ChildIteratorBase (const NodeType *parent, NodeType *child) | |
ChildIteratorBase (const ChildIteratorBase &it) | |
~ChildIteratorBase () | |
bool | operator== (const ChildIteratorBase &rhs) const |
bool | operator!= (const ChildIteratorBase &rhs) const |
ChildIteratorBase & | operator++ () |
ChildIteratorBase & | operator-- () |
NodeType * | get () const |
NodeType & | operator* () const |
NodeType * | operator-> () const |
Protected Attributes | |
const NodeType * | parent_ |
NodeType * | child_ |
ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::ChildIteratorBase | ( | const NodeType * | parent, |
NodeType * | child | ||
) |
ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::ChildIteratorBase | ( | const ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild > & | it | ) |
|
inline |
NodeType * ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::get | ( | ) | const |
bool ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator!= | ( | const ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild > & | rhs | ) | const |
NodeType & ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator* | ( | ) | const |
AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild > & ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator++ | ( | ) |
AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild > & ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator-- | ( | ) |
Definition at line 572 of file ax_node.h.
NodeType * ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator-> | ( | ) | const |
bool ui::AXNode::ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild >::operator== | ( | const ChildIteratorBase< NodeType, NextSibling, PreviousSibling, FirstChild, LastChild > & | rhs | ) | const |
|
protected |
|
protected |