GME
13
|
#include <CoreXmlFile.h>
Public Member Functions | |
PublicStorage () | |
void | setParent (CCoreXmlFile *p_parent) |
void | init (const std::string &p_initialContent) |
Protected Member Functions | |
void | acquireFile () |
void | releaseFile () |
std::string | userName () |
bool | isSV () |
Protected Attributes | |
std::string | m_fileName |
std::string | m_localFileName |
std::vector< ProtectEntry > | m_list |
CCoreXmlFile * | m_parent |
const char * | m_ccsItem |
Definition at line 384 of file XmlBackEnd/CoreXmlFile.h.
Definition at line 4267 of file XmlBackEnd/CoreXmlFile.cpp.
void PublicStorage::acquireFile | ( | ) | [protected] |
Definition at line 4319 of file XmlBackEnd/CoreXmlFile.cpp.
void PublicStorage::init | ( | const std::string & | p_initialContent | ) |
Definition at line 4277 of file XmlBackEnd/CoreXmlFile.cpp.
bool PublicStorage::isSV | ( | ) | [inline, protected] |
Definition at line 4336 of file XmlBackEnd/CoreXmlFile.cpp.
void PublicStorage::releaseFile | ( | ) | [protected] |
Definition at line 4327 of file XmlBackEnd/CoreXmlFile.cpp.
void PublicStorage::setParent | ( | CCoreXmlFile * | p_parent | ) |
Reimplemented in ProtectList, and SignManager.
Definition at line 4272 of file XmlBackEnd/CoreXmlFile.cpp.
std::string PublicStorage::userName | ( | ) | [inline, protected] |
Definition at line 4335 of file XmlBackEnd/CoreXmlFile.cpp.
const char* PublicStorage::m_ccsItem [protected] |
Definition at line 392 of file XmlBackEnd/CoreXmlFile.h.
std::string PublicStorage::m_fileName [protected] |
Definition at line 387 of file XmlBackEnd/CoreXmlFile.h.
std::vector< ProtectEntry > PublicStorage::m_list [protected] |
Definition at line 389 of file XmlBackEnd/CoreXmlFile.h.
std::string PublicStorage::m_localFileName [protected] |
Definition at line 388 of file XmlBackEnd/CoreXmlFile.h.
CCoreXmlFile* PublicStorage::m_parent [protected] |
Definition at line 390 of file XmlBackEnd/CoreXmlFile.h.