#include <xml_strx.h>
Collaboration diagram for mimas::xml_strx< To, From >:

Public Member Functions | |
| xml_strx (const From *_buffer) | |
| Constructor. | |
| xml_strx (const xml_strx< To, From > &_strX) | |
| Copy-constructor. | |
| virtual | ~xml_strx (void) |
| Destructor. | |
| int | getLength (void) const |
| Length of buffer. | |
| int | getSize (void) const |
| Size of buffer. | |
| const To * | getBuffer () const |
| Get pointer to buffer. | |
Protected Attributes | |
| To * | buffer |
| Buffer for storing the string. | |
Mainly for internal use.
Definition at line 30 of file xml_strx.h.
| mimas::xml_strx< To, From >::xml_strx | ( | const From * | _buffer | ) | [inline] |
Constructor.
| _buffer | The string to be converted. |
Definition at line 35 of file xml_strx.h.
References mimas::xml_strx< To, From >::buffer.
| mimas::xml_strx< To, From >::xml_strx | ( | const xml_strx< To, From > & | _strX | ) | [inline] |
| virtual mimas::xml_strx< To, From >::~xml_strx | ( | void | ) | [inline, virtual] |
Destructor.
The destructor calls free on the buffer.
Definition at line 42 of file xml_strx.h.
References mimas::xml_strx< To, From >::buffer.
| int mimas::xml_strx< To, From >::getLength | ( | void | ) | const [inline] |
Length of buffer.
Definition at line 45 of file xml_strx.h.
References mimas::xml_strx< To, From >::buffer.
Referenced by mimas::xml_strx< To, From >::getSize().
| int mimas::xml_strx< To, From >::getSize | ( | void | ) | const [inline] |
Size of buffer.
Definition at line 49 of file xml_strx.h.
References mimas::xml_strx< To, From >::getLength().
Here is the call graph for this function:

| const To* mimas::xml_strx< To, From >::getBuffer | ( | ) | const [inline] |
Get pointer to buffer.
Definition at line 52 of file xml_strx.h.
References mimas::xml_strx< To, From >::buffer.
Referenced by mimas::operator<<().
To* mimas::xml_strx< To, From >::buffer [protected] |
Buffer for storing the string.
Definition at line 55 of file xml_strx.h.
Referenced by mimas::xml_strx< To, From >::getBuffer(), mimas::xml_strx< To, From >::getLength(), mimas::xml_strx< To, From >::xml_strx(), and mimas::xml_strx< To, From >::~xml_strx().