Panda3D
Public Member Functions | List of all members
PandaNode::Stashed Class Reference

Public Member Functions

 Stashed (const CData *cdata)
 
 Stashed (const Stashed &copy)
 
 Stashed (Stashed &&from) noexcept
 
size_t get_num_stashed () const
 Returns the number of stashed children of the node. More...
 
PandaNodeget_stashed (size_t n) const
 Returns the nth stashed child of the node. More...
 
int get_stashed_sort (size_t n) const
 Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()). More...
 
PandaNodeoperator [] (size_t n) const
 
void operator= (const Stashed &copy)
 
void operator= (Stashed &&from) noexcept
 
size_t size () const
 

Detailed Description

Definition at line 731 of file pandaNode.h.

Member Function Documentation

◆ get_num_stashed()

size_t PandaNode::Stashed::get_num_stashed ( ) const
inline

Returns the number of stashed children of the node.

Definition at line 1033 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 1042 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 1053 of file pandaNode.I.


The documentation for this class was generated from the following files: