[inline]
Definition at line 111 of file StringParser.h.
References mP, and mSize.
Referenced by Impala::Core::Geometry::DatabaseReadVxRectangle(), Impala::Persistency::VideoSetRepositoryInFile::Get(), Impala::Persistency::ImageSetRepositoryInFile::Get(), Impala::Core::IDash::Href::GetCaseId(), Impala::Core::Feature::GetColorChannels(), Impala::Core::IDash::Href::GetVideoId(), Impala::Core::Feature::FeatureTable::ImportAscii(), Impala::Core::Database::RawDataSet::Init(), Impala::Core::Feature::InterestPointFeature::InterestPointFeature(), Impala::Application::SDash::AlertWindow::MakeCsv(), Impala::Core::Table::Read(), and Impala::Core::Stream::RgbDataSrcInfo::ReadInfo().
00112 { 00113 return ((mP == String::npos) || (mP >= mSize)); 00114 }