////////////////////////////////////////////////////////////////////////// GetSize: Returns the number of substrings in the sequence
| 172 | /////////////////////////////////////////////////////////////////////////////// |
| 173 | // GetSize: Returns the number of substrings in the sequence |
| 174 | int cHierDbPath::GetSize(void) const |
| 175 | { |
| 176 | return mCurrPath.size(); |
| 177 | } |