#include <AbiCollab_Packet.h>
Props_ChangeRecordSessionPacket::Props_ChangeRecordSessionPacket | ( | ) | [inline] |
Props_ChangeRecordSessionPacket::Props_ChangeRecordSessionPacket | ( | const Props_ChangeRecordSessionPacket & | Other | ) |
References _fillAtts(), and _fillProps().
Props_ChangeRecordSessionPacket::Props_ChangeRecordSessionPacket | ( | const std::string & | sSessionId, | |
PX_ChangeRecord::PXType | cType, | |||
const std::string & | sDocUUID, | |||
PT_DocPosition | iPos, | |||
int | iRev, | |||
int | iRemoteRev | |||
) | [inline] |
Props_ChangeRecordSessionPacket::~Props_ChangeRecordSessionPacket | ( | ) | [inline] |
References _freeAtts(), and _freeProps().
void Props_ChangeRecordSessionPacket::_fillAtts | ( | ) | [protected] |
References _freeAtts(), gchar, and m_szAtts.
Referenced by Props_ChangeRecordSessionPacket().
void Props_ChangeRecordSessionPacket::_fillProps | ( | ) | [protected] |
References _freeProps(), gchar, m_sProps, and m_szProps.
Referenced by Props_ChangeRecordSessionPacket().
void Props_ChangeRecordSessionPacket::_freeAtts | ( | ) | [protected] |
References FREEP, and m_szAtts.
Referenced by _fillAtts(), and ~Props_ChangeRecordSessionPacket().
void Props_ChangeRecordSessionPacket::_freeProps | ( | ) | [protected] |
References FREEP, and m_szProps.
Referenced by _fillProps(), and ~Props_ChangeRecordSessionPacket().
Props_ChangeRecordSessionPacket::DECLARE_PACKET | ( | Props_ChangeRecordSessionPacket | ) |
const std::map<UT_UTF8String,UT_UTF8String>& Props_ChangeRecordSessionPacket::getAttMap | ( | ) | const [inline] |
References m_sAtts.
Referenced by ABI_Collab_Export::_buildPacket().
std::map<UT_UTF8String,UT_UTF8String>& Props_ChangeRecordSessionPacket::getAttMap | ( | ) | [inline] |
References m_sAtts.
gchar * Props_ChangeRecordSessionPacket::getAttribute | ( | const gchar * | attr | ) | const |
References gchar.
Referenced by ABI_Collab_Import::_import().
gchar** Props_ChangeRecordSessionPacket::getAtts | ( | ) | const [inline] |
References m_szAtts.
Referenced by ABI_Collab_Import::_import().
std::map<UT_UTF8String,UT_UTF8String>& Props_ChangeRecordSessionPacket::getPropMap | ( | ) | [inline] |
References m_sProps.
const std::map<UT_UTF8String,UT_UTF8String>& Props_ChangeRecordSessionPacket::getPropMap | ( | ) | const [inline] |
References m_sProps.
Referenced by ABI_Collab_Export::_buildPacket().
gchar** Props_ChangeRecordSessionPacket::getProps | ( | ) | const [inline] |
References m_szProps.
Referenced by ABI_Collab_Import::_import().
std::string Props_ChangeRecordSessionPacket::toStr | ( | ) | const [virtual] |
Reimplemented from ChangeRecordSessionPacket.
Reimplemented in InsertSpan_ChangeRecordSessionPacket, ChangeStrux_ChangeRecordSessionPacket, Object_ChangeRecordSessionPacket, RDF_ChangeRecordSessionPacket, and Data_ChangeRecordSessionPacket.
std::map<UT_UTF8String,UT_UTF8String> Props_ChangeRecordSessionPacket::m_sAtts [protected] |
Referenced by getAttMap().
std::map<UT_UTF8String,UT_UTF8String> Props_ChangeRecordSessionPacket::m_sProps [protected] |
Referenced by _fillProps(), and getPropMap().
gchar** Props_ChangeRecordSessionPacket::m_szAtts [protected] |
Referenced by _fillAtts(), _freeAtts(), getAtts(), and toStr().
gchar** Props_ChangeRecordSessionPacket::m_szProps [protected] |
Referenced by _fillProps(), _freeProps(), getProps(), and toStr().