Definition at line 161 of file StringParser.h. Referenced by Impala::Core::VideoSet::Mpeg7DocAudio::GetMediaDuration(), Impala::Core::VideoSet::Mpeg7Doc::GetMediaDuration(), Impala::Core::VideoSet::Mpeg7DocAudio::GetMediaTimePoint(), Impala::Core::VideoSet::Mpeg7Doc::GetMediaTimePoint(), and Impala::Core::Trec::TrecTopic::ParseTime(). 00162 { 00163 if (mP == String::npos) 00164 return; 00165 mP += nrPos; 00166 if (mP >= mSize) 00167 mP = String::npos; 00168 }
|