Getter for the position of this node in its parent.
| 482 | |
| 483 | // Getter for the position of this node in its parent. |
| 484 | field_type position() const { return GetField<&base_fields::position>(); } |
| 485 | |
| 486 | // Getter for the number of values stored in this node. |
| 487 | field_type count() const { return GetField<&base_fields::count>(); } |
no outgoing calls
no test coverage detected