MyBooks
Classes | Macros
csvwriter.hpp File Reference
#include <QObject>
#include <QString>

Go to the source code of this file.

Classes

class  CSVWriter
 Constructs CSVWriter using a comma for the separator. More...
 

Macros

#define DEFAULT_ESCAPE_CHARACTER   = '"' /** The character used for escaping quotes. */
 
#define DEFAULT_SEPARATOR   = ',' /** The default separator to use if none is supplied to the constructor. */
 
#define DEFAULT_QUOTE_CHARACTER   = '"' /** The default quote character to use if none is supplied to the constructor. */
 
#define NO_QUOTE_CHARACTER   = '\u0000'; /** The quote constant to use when you wish to suppress all quoting. */
 
#define NO_ESCAPE_CHARACTER   = '\u0000'; /** The escape constant to use when you wish to suppress all escaping. */
 
#define DEFAULT_LINE_END   = "\n"; /** Default line terminator uses platform encoding. */
 

Macro Definition Documentation

◆ DEFAULT_ESCAPE_CHARACTER

#define DEFAULT_ESCAPE_CHARACTER   = '"' /** The character used for escaping quotes. */

◆ DEFAULT_LINE_END

#define DEFAULT_LINE_END   = "\n"; /** Default line terminator uses platform encoding. */

◆ DEFAULT_QUOTE_CHARACTER

#define DEFAULT_QUOTE_CHARACTER   = '"' /** The default quote character to use if none is supplied to the constructor. */

◆ DEFAULT_SEPARATOR

#define DEFAULT_SEPARATOR   = ',' /** The default separator to use if none is supplied to the constructor. */

◆ NO_ESCAPE_CHARACTER

#define NO_ESCAPE_CHARACTER   = '\u0000'; /** The escape constant to use when you wish to suppress all escaping. */

◆ NO_QUOTE_CHARACTER

#define NO_QUOTE_CHARACTER   = '\u0000'; /** The quote constant to use when you wish to suppress all quoting. */