Public Member Functions | |
Parents (const CData *cdata) | |
Parents (const Parents ©) | |
Parents (Parents &&from) noexcept | |
size_t | get_num_parents () const |
Returns the number of parents of the node. More... | |
PandaNode * | get_parent (size_t n) const |
Returns the nth parent of the node. More... | |
PandaNode * | operator [] (size_t n) const |
void | operator= (const Parents ©) |
void | operator= (Parents &&from) noexcept |
size_t | size () const |
Definition at line 754 of file pandaNode.h.
|
inline |
Returns the number of parents of the node.
Definition at line 1113 of file pandaNode.I.
|
inline |
Returns the nth parent of the node.
Definition at line 1122 of file pandaNode.I.