GME
13
|
#include <GMEDoc.h>
Public Member Functions | |
HistoryElem () | |
HistoryElem (const std::wstring &p_id, const std::wstring &p_aspect) | |
HistoryElem (const HistoryElem &peer) | |
const HistoryElem & | operator= (const HistoryElem &peer) |
const std::wstring & | id () const |
const std::wstring & | aspect () const |
bool | operator== (const HistoryElem &peer) const |
bool | operator!= (const HistoryElem &peer) const |
CGMEDoc::Historian::HistoryElem::HistoryElem | ( | ) | [inline] |
CGMEDoc::Historian::HistoryElem::HistoryElem | ( | const std::wstring & | p_id, |
const std::wstring & | p_aspect | ||
) | [inline] |
CGMEDoc::Historian::HistoryElem::HistoryElem | ( | const HistoryElem & | peer | ) | [inline] |
const std::wstring& CGMEDoc::Historian::HistoryElem::aspect | ( | ) | const [inline] |
const std::wstring& CGMEDoc::Historian::HistoryElem::id | ( | ) | const [inline] |
bool CGMEDoc::Historian::HistoryElem::operator!= | ( | const HistoryElem & | peer | ) | const [inline] |
const HistoryElem& CGMEDoc::Historian::HistoryElem::operator= | ( | const HistoryElem & | peer | ) | [inline] |
bool CGMEDoc::Historian::HistoryElem::operator== | ( | const HistoryElem & | peer | ) | const [inline] |