#include <valuenode.h>
Public Member Functions | |
| ValueNodeList () | |
| ValueNode::Handle | find (const String &name) |
| Finds the ValueNode in the list with the given name. | |
| ValueNode::ConstHandle | find (const String &name) const |
| Finds the ValueNode in the list with the given name. | |
| bool | erase (ValueNode::Handle value_node) |
| Removes the value_node from the list. | |
| bool | add (ValueNode::Handle value_node) |
| bool | count (const String &id) const |
| ValueNode::Handle | surefind (const String &name) |
| Similar to find, but will create a placeholder value_node if it cannot be found. | |
| void | audit () |
| Removes any value_nodes with reference counts of 1. | |
| int | placeholder_count () const |
| Placeholder Count. | |
|
|
|
|
|
Finds the ValueNode in the list with the given name.
|
|
|
Finds the ValueNode in the list with the given name.
|
|
|
Removes the value_node from the list.
|
|
|
|
|
|
|
|
|
Similar to find, but will create a placeholder value_node if it cannot be found.
|
|
|
Removes any value_nodes with reference counts of 1.
|
|
|
Placeholder Count.
|
1.4.6