Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

String Impala::Core::IDash::Href::GetCaseId (  )  const [inline]

Definition at line 51 of file Href.h.

References Impala::Util::StringParser::Contains(), Impala::Util::StringParser::Eat(), Impala::Util::StringParser::GetString(), mRef, and Impala::Util::StringParser::TheEnd().

Referenced by Impala::Core::IDash::XmlVideo::GetCaseId().

00052     {
00053         Util::StringParser p(mRef);
00054         if (! p.Contains("cases"))
00055             return "";
00056         p.Eat("cases/");
00057         if (p.TheEnd())
00058             return "";
00059         return p.GetString('/', false);
00060     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:50 2011 for ImpalaSrc by  doxygen 1.5.1