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

Impala::Core::IDash::XmlAnnotationSet::XmlAnnotationSet ( String  href  )  [inline]

Definition at line 21 of file XmlAnnotationSet.h.

References ReadData().

00021                                   : mHref(href)
00022     {
00023         Link::Curl::Memory mem = Link::Curl::Get(href);
00024         Util::IOBuffer ioBuf(mem.size, (unsigned char*) mem.data);
00025         ReadData(href, &ioBuf);
00026     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:13:27 2010 for ImpalaSrc by  doxygen 1.5.1