#include <SessionLogGroup.h>
RiskCommon::SessionLogGroup::SessionLogGroup |
( |
std::string const & |
baseName, |
|
|
SessionOptions const & |
options |
|
) |
| |
RiskCommon::SessionLogGroup::~SessionLogGroup |
( |
| ) |
|
std::string const& RiskCommon::SessionLogGroup::getBaseName |
( |
| ) |
const |
bool RiskCommon::SessionLogGroup::getCurrentGlobalMsgID |
( |
GlobalMsgID * |
pID | ) |
const |
IndexData const* RiskCommon::SessionLogGroup::getCurrentIndexData |
( |
| ) |
const |
std::string RiskCommon::SessionLogGroup::getCurrentIndexFile |
( |
| ) |
const |
bool RiskCommon::SessionLogGroup::getCurrentMessage |
( |
std::string * |
pRawMsg, |
|
|
bool & |
isInLog, |
|
|
System::u64 & |
sessionGlobID |
|
) |
| |
bool RiskCommon::SessionLogGroup::getMaxGlobalMsgID |
( |
GlobalMsgID * |
pID | ) |
|
GlobalMsgID RiskCommon::SessionLogGroup::getWaitingGlobalMsgID |
( |
| ) |
const |
bool RiskCommon::SessionLogGroup::haveProcessedMessages |
( |
| ) |
|
SessionHistoryErrorCode RiskCommon::SessionLogGroup::moveNextMessage |
( |
BOOST_SCOPED_ENUM(SessionHistoryLogTypes) |
= SessionHistoryLogTypes::All | ) |
|
void RiskCommon::SessionLogGroup::reset |
( |
GlobalMsgID |
startGlobalMsgID = 0 | ) |
|
boost::tuple<std::string, bool> RiskCommon::SessionLogGroup::tryIgnoreCorruptedIndexFile |
( |
| ) |
|
boost::tuple<std::string, bool> RiskCommon::SessionLogGroup::tryIgnoreCurrentLogFile |
( |
| ) |
|