#include <cl_xml_mngr.h>
Inheritance diagram for SGE::CL_XML_MNGR< T, P >:


Public Types | |
| typedef T | TplObj |
| typedef TplObj * | TplObjHdle |
| typedef CL_XML_MNGR< T, P > | TplManager |
| typedef TplManager::iterator | iterator |
| Typedef of the corresponding std::map iterator. | |
Public Member Functions | |
| CL_XML_MNGR (TplManager *_RemoteManager, const std::string &_TagName, const std::string &_SubTagName, const std::string &_SubTagID) | |
| Default constructor. | |
| ~CL_XML_MNGR () | |
| Default destructor. | |
| const std::string & | GetSubTagName () const |
| const std::string & | GetSubTagID () const |
| void | SetSubTagName (const std::string _Name) |
| Set SubTagName to _Name. | |
| void | SetSubTagID (const std::string _ID) |
| Set SubTagID to _ID. | |
<MainTagName>
<SubTagName SubTagID=""/>
<SubTagName SubTagID=""/>
<SubTagName SubTagID=""/>
<SubTagName SubTagID=""/>
</MainTagName>
|
||||||||||||||||||||||||
|
Default constructor.
|
|
|||||||||
|
|
|
|||||||||
|
|
1.4.6-NO