#include <xml_token_save.h>
Inheritance diagram for CL_XMLTokenSave:

Public Member Functions | |
| CL_XMLTokenSave () | |
| Construction:. | |
| CL_XMLTokenSave (const CL_XMLTokenSave ©) | |
| virtual | ~CL_XMLTokenSave () |
| virtual TokenType | get_type () const |
| Attributes:. | |
| virtual TokenVariant | get_variant () const |
| virtual std::string | get_name () const |
| virtual std::string | get_value () const |
| virtual int | get_attributes_number () const |
| virtual std::pair< std::string, std::string > | get_attribute (int attribute_num) const |
| void | set_type (TokenType type) |
| Operations:. | |
| void | set_variant (TokenVariant variant) |
| void | set_name (const std::string &name) |
| void | set_value (const std::string &value) |
| void | set_attribute (const std::string &name, const std::string &value) |
Private Attributes | |
| CL_SharedPtr< CL_XMLTokenSave_Generic > | impl |
| Implementation:. | |
Definition at line 49 of file xml_token_save.h.
|
|
Construction:.
Definition at line 36 of file xml_token_save.cpp. |
|
|
Definition at line 41 of file xml_token_save.cpp. |
|
|
Definition at line 46 of file xml_token_save.cpp. |
|
|
Implements CL_XMLToken. Definition at line 78 of file xml_token_save.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 73 of file xml_token_save.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 63 of file xml_token_save.cpp. References impl. |
|
|
Attributes:.
Implements CL_XMLToken. Definition at line 53 of file xml_token_save.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 68 of file xml_token_save.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 58 of file xml_token_save.cpp. References impl. |
|
||||||||||||
|
Definition at line 109 of file xml_token_save.cpp. References impl. |
|
|
Definition at line 99 of file xml_token_save.cpp. References impl. |
|
|
Operations:.
Definition at line 89 of file xml_token_save.cpp. References impl. |
|
|
Definition at line 104 of file xml_token_save.cpp. References impl. |
|
|
Definition at line 94 of file xml_token_save.cpp. References impl. |
|
|
Implementation:.
Definition at line 99 of file xml_token_save.h. Referenced by get_attribute(), get_attributes_number(), get_name(), get_type(), get_value(), get_variant(), set_attribute(), set_name(), set_type(), set_value(), and set_variant(). |
1.4.1