Definition at line 729 of file pandaNode.h.
◆ Stashed() [1/4]
PandaNode::Stashed::Stashed |
( |
| ) |
|
|
inline |
◆ Stashed() [2/4]
PandaNode::Stashed::Stashed |
( |
const CData * |
cdata | ) |
|
|
inline |
◆ Stashed() [3/4]
PandaNode::Stashed::Stashed |
( |
const Stashed & |
copy | ) |
|
|
inline |
◆ Stashed() [4/4]
◆ get_num_stashed()
size_t PandaNode::Stashed::get_num_stashed |
( |
| ) |
const |
|
inline |
Returns the number of stashed children of the node.
Definition at line 1032 of file pandaNode.I.
◆ get_stashed()
PandaNode * PandaNode::Stashed::get_stashed |
( |
size_t |
n | ) |
const |
|
inline |
Returns the nth stashed child of the node.
Definition at line 1041 of file pandaNode.I.
◆ get_stashed_sort()
int PandaNode::Stashed::get_stashed_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_stashed().
Definition at line 1052 of file pandaNode.I.
◆ operator=() [1/2]
void PandaNode::Stashed::operator= |
( |
const Stashed & |
copy | ) |
|
|
inline |
◆ operator=() [2/2]
◆ operator[]()
PandaNode * PandaNode::Stashed::operator[] |
( |
size_t |
n | ) |
const |
|
inline |
◆ size()
size_t PandaNode::Stashed::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: