libxspf  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
XspfSeamlessFormatter Class Reference

#include <XspfSeamlessFormatter.h>

Inheritance diagram for XspfSeamlessFormatter:
Inheritance graph
[legend]
Collaboration diagram for XspfSeamlessFormatter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XspfSeamlessFormatter ()
 XspfSeamlessFormatter (XspfSeamlessFormatter const &source)
XspfSeamlessFormatteroperator= (XspfSeamlessFormatter const &source)
 ~XspfSeamlessFormatter ()

Detailed Description

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.


Constructor & Destructor Documentation

Creates a new zero-whitespace formatter.

Copy constructor.

Parameters:
sourceSource to copy from

Deletes all own memory.


Member Function Documentation

XspfSeamlessFormatter& operator= ( XspfSeamlessFormatter const &  source)

Assignment operator.

Parameters:
sourceSource to copy from

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines