on_removed
Description:
protected virtual void on_removed (
Node child,
bool levelUpdate =
true)
action to exectuing after removing the specified child node
Parameters:
child |
the Yaml.Node child to remove
|
levelUpdate |
flag indacting if level must be updated for removed child
|