Public Member Functions | |
void | addToVisited (const char *iToVisit) |
FWHtml (const TGWindow *p, int w, int h, int id=-1) | |
int | IsVisited (const char *iCheck) |
Private Attributes | |
std::set< std::string > | m_visited |
Definition at line 22 of file CmsShowSearchFiles.cc.
FWHtml::FWHtml | ( | const TGWindow * | p, |
int | w, | ||
int | h, | ||
int | id = -1 |
||
) | [inline] |
Definition at line 24 of file CmsShowSearchFiles.cc.
void FWHtml::addToVisited | ( | const char * | iToVisit | ) | [inline] |
Definition at line 33 of file CmsShowSearchFiles.cc.
References m_visited.
Referenced by CmsShowSearchFiles::hyperlinkClicked().
{ m_visited.insert(iToVisit); }
int FWHtml::IsVisited | ( | const char * | iCheck | ) | [inline] |
Definition at line 27 of file CmsShowSearchFiles.cc.
References CastorDataFrameFilter_impl::check(), m_visited, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
std::set<std::string> FWHtml::m_visited [private] |
Definition at line 37 of file CmsShowSearchFiles.cc.
Referenced by addToVisited(), and IsVisited().