#include <GatherAssocs.h>
Public Member Functions | |
void | operator() (const IAOO *iaoo) |
std::vector< const IAOO * >::iterator | begin () |
std::vector< const IAOO * >::iterator | end () |
Private Attributes | |
std::vector< const IAOO * > | m_iaoo |
Utility class used by visitor dispatchers
Definition at line 18 of file GatherAssocs.h.
void Atlfast::GatherAssocs::operator() | ( | const IAOO * | iaoo | ) | [inline] |
std::vector<const IAOO*>::iterator Atlfast::GatherAssocs::begin | ( | ) | [inline] |
Return start iterator from list of associations
Definition at line 26 of file GatherAssocs.h.
00026 { return m_iaoo.begin();}
std::vector<const IAOO*>::iterator Atlfast::GatherAssocs::end | ( | ) | [inline] |
Return start iterator from list of associations
Definition at line 28 of file GatherAssocs.h.
00028 { return m_iaoo.end();}
std::vector<const IAOO*> Atlfast::GatherAssocs::m_iaoo [private] |
Member IAOO to hold associations
Definition at line 32 of file GatherAssocs.h.