Sming Framework API
()
Toggle main menu visibility
Sming
Core
Data
Format.h
Go to the documentation of this file.
1
/****
2
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
* Created 2015 by Skurydin Alexey
4
* http://github.com/SmingHub/Sming
5
* All files of the Sming Core are provided under the LGPL v3 license.
6
*
7
* Format.h
8
*
9
* @author mikee47 <mike@sillyhouse.net> Nov 2020
10
*
11
****/
12
13
#pragma once
14
15
#include <
WString.h
>
16
17
#include "
Format/Standard.h
"
18
#include "
Format/Html.h
"
19
#include "
Format/Json.h
"
20
21
using
Formatter
=
Format::Formatter
;
Html.h
WString.h
Json.h
Formatter
Format::Formatter Formatter
Definition:
Format.h:21
Format::Formatter
Virtual class to perform format-specific String adjustments.
Definition:
Formatter.h:23
Standard.h
Generated by
1.8.13