#include <lsxml.h>
Inheritance diagram for lsxml::XmlComment< _Ty >:

Public Member Functions | |
| XmlComment () | |
| ctor | |
| XmlComment (XmlString< _Ty > *value) | |
| ctor | |
| XmlComment (const _Ty *value) | |
| ctor | |
| XmlComment () | |
| Constructor. | |
| XmlComment (XmlString< _Ty > *value) | |
| Constructor. | |
| XmlComment (const _Ty *value) | |
| Constructor. | |
| lsxml::XmlComment< _Ty >::XmlComment | ( | XmlString< _Ty > * | value | ) | [inline] |
Constructor.
| value | the comment's value |
| lsxml::XmlComment< _Ty >::XmlComment | ( | const _Ty * | value | ) | [inline] |
Constructor.
| value | the comment's value |
1.5.1-p1