55 using namespace EVENTSLIB;
80 :
Event(e.getId(), e.getSample(), e.getGroupId())
102 , m_iSample(rhs.getSample())
103 , m_iGroup(rhs.getGroupId())
104 , m_sDescription(rhs.getDescription())
110 : m_iId(other.getId())
111 , m_iSample(other.getSample())
112 , m_iGroup(other.getGroupId())
113 , m_sDescription(other.getDescription())
155 return m_sDescription;
169 return (m_iId == rhs.
getId());