| 671 | |
| 672 | //! Loads the size of the current top node |
| 673 | template <class T> inline |
| 674 | void loadSize( T & value ) |
| 675 | { |
| 676 | value = getNumChildren( itsNodes.top().node ); |
| 677 | } |
| 678 | |
| 679 | protected: |
| 680 | //! Gets the number of children (usually interpreted as size) for the specified node |
no outgoing calls
no test coverage detected