#include <Iguana/Framework/interface/IgCollection.h>
Public Member Functions | |
const IgRef & | first (void) const |
IgAssociation () | |
IgAssociation (const IgRef &a, const IgRef &b) | |
const IgRef & | second (void) const |
void | set (int cA, int oA, int cB, int oB) |
Private Attributes | |
IgRef | m_refA |
IgRef | m_refB |
Definition at line 55 of file IgCollection.h.
IgAssociation::IgAssociation | ( | ) | [inline] |
Definition at line 65 of file IgCollection.h.
References m_refA.
Referenced by operator<<().
00066 {return m_refA; };
Definition at line 68 of file IgCollection.h.
References m_refB.
Referenced by operator<<().
00069 {return m_refB; };
Definition at line 71 of file IgCollection.h.
References m_refA, m_refB, and IgRef::set().
Referenced by IgParser::parseAssociation().
IgRef IgAssociation::m_refA [private] |
IgRef IgAssociation::m_refB [private] |