Definition at line 448 of file pandaNode.h.
◆ DownConnection()
| PandaNode::DownConnection::DownConnection |
( |
PandaNode * | child, |
|
|
int | sort ) |
|
inline |
◆ get_child()
| PandaNode * PandaNode::DownConnection::get_child |
( |
| ) |
const |
|
inline |
◆ get_sort()
| int PandaNode::DownConnection::get_sort |
( |
| ) |
const |
|
inline |
◆ operator<()
| bool PandaNode::DownConnection::operator< |
( |
const DownConnection & | other | ) |
const |
|
inline |
Provides a partial ordering on the children of a node so that they are ranked first in sort order, and then (by virtue of the ordered_vector) in the order they were added.
Definition at line 747 of file pandaNode.I.
◆ set_child()
| void PandaNode::DownConnection::set_child |
( |
PandaNode * | child | ) |
|
|
inline |
The documentation for this class was generated from the following files: