#include <XspfSeamlessFormatter.h>
Public Member Functions | |
XspfSeamlessFormatter () | |
XspfSeamlessFormatter (XspfSeamlessFormatter const &source) | |
XspfSeamlessFormatter & | operator= (XspfSeamlessFormatter const &source) |
~XspfSeamlessFormatter () |
Outputs XML without any indentation or newlines. Please only use this XML formatter if you have to squeeze out the very last byte. Please consider using XspfIndentFormatter instead, which produces much more readable output.
Definition at line 65 of file XspfSeamlessFormatter.h.
Creates a new zero-whitespace formatter.
XspfSeamlessFormatter | ( | XspfSeamlessFormatter const & | source | ) |
Copy constructor.
source | Source to copy from |
Deletes all own memory.
XspfSeamlessFormatter& operator= | ( | XspfSeamlessFormatter const & | source | ) |
Assignment operator.
source | Source to copy from |