Formatter.h File Reference
#include <WString.h>
#include <Data/WebConstants.h>
#include <Data/BitSet.h>
Include dependency graph for Formatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Format::Formatter
 Virtual class to perform format-specific String adjustments. More...
 

Namespaces

 Format
 

Typedefs

using Format::Options = BitSet< uint8_t, Option, 5 >
 

Enumerations

enum class  Format::Option {
  Format::unicode , Format::utf8 , Format::doublequote , Format::singlequote ,
  Format::backslash
}
 

Functions

unsigned Format::escapeControls (String &value, Options options)
 Escape standard control codes such as \n (below ASCII 0x20) More...