#include <XspfIndentFormatter.h>
Public Member Functions | |
XspfIndentFormatter (int shift=0) | |
XspfIndentFormatter (XspfIndentFormatter const &source) | |
XspfIndentFormatter & | operator= (XspfIndentFormatter const &source) |
~XspfIndentFormatter () |
Definition at line 63 of file XspfIndentFormatter.h.
XspfIndentFormatter | ( | int | shift = 0 |
) |
Creates a new XspfIndentFormatter object with custom indent shift.
shift | Non-positive indent shift (-2 will create two tabs less) |
XspfIndentFormatter | ( | XspfIndentFormatter const & | source | ) |
Copy constructor.
source | Source to copy from |
~XspfIndentFormatter | ( | ) |
Destroys this XspfIndentFormatter object and deletes all memory associated with it.
XspfIndentFormatter& operator= | ( | XspfIndentFormatter const & | source | ) |
Assignment operator.
source | Source to copy from |