A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition samplelog_intf.h:137
tResult GetIt(const ISampleLog::tSampleLogEntry &sLogEntry)
virtual ~cSampleLogEntryList()
DTOR.
tResult AddEntry(const ISampleLog::tSampleLogEntry &sEntry)
cSampleLogEntryList(cSampleLogEntryList &&oMoveList)
tResult FromStream(const ucom::ant::IStream &oInStream, size_t &szSizeRead)
cSampleLogEntryList(const cSampleLogEntryList &oCopyList)
tResult GetLogEntries(ISampleLog::IGetLogEntryCallback &pGetCallback) const
std::list< cSampleLogEntry > m_lstLogList
current list of logs
Definition samplelogentrylist.h:111
cSampleLogEntryList & operator=(const cSampleLogEntryList &oCopyList)
tResult ToStream(ucom::ant::IStream &oOutStream, size_t &szSizeWritten)
Definition samplelog_intf.h:96