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

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

Definition at line 39 of file Href.h.

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

00040     {
00041         Util::StringParser p(mRef);
00042         if (! p.Contains("videos"))
00043             return "";
00044         p.Eat("videos/");
00045         if (p.TheEnd())
00046             return "";
00047         return p.GetString('/', false);
00048     }

Here is the call graph for this function:


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