Searched refs:_astrItems (Results 1 – 2 of 2) sorted by relevance
42 _astrItems = tokenizer.split(); in init()85 if (_uiCurrentIndex < _astrItems.size()) { in next()87 return &_astrItems[_uiCurrentIndex++]; in next()106 strPath += _astrItems[uiItem] + "/"; in getCurrentPath()109 strPath += _astrItems[uiItem]; in getCurrentPath()
58 std::vector<std::string> _astrItems; variable