Definition at line 706 of file pandaNode.h.
◆ Children() [1/4]
PandaNode::Children::Children |
( |
| ) |
|
|
inline |
◆ Children() [2/4]
PandaNode::Children::Children |
( |
const CData * |
cdata | ) |
|
|
inline |
◆ Children() [3/4]
PandaNode::Children::Children |
( |
const Children & |
copy | ) |
|
|
inline |
◆ Children() [4/4]
◆ get_child()
PandaNode * PandaNode::Children::get_child |
( |
size_t |
n | ) |
const |
|
inline |
Returns the nth child of the node.
Definition at line 961 of file pandaNode.I.
◆ get_child_sort()
int PandaNode::Children::get_child_sort |
( |
size_t |
n | ) |
const |
|
inline |
Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()).
See get_num_children().
Definition at line 972 of file pandaNode.I.
◆ get_num_children()
size_t PandaNode::Children::get_num_children |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
void PandaNode::Children::operator= |
( |
const Children & |
copy | ) |
|
|
inline |
◆ operator[]()
PandaNode * PandaNode::Children::operator[] |
( |
size_t |
n | ) |
const |
|
inline |
◆ size()
size_t PandaNode::Children::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: