ejson: Ewol JSON parser 0.8.0
Main Page
Related Pages
Namespaces
Classes
Files
Link-libs
lutin
ewol
etk
ejson
exml
esvg
egami
gale
ege
elog
ememory
enet
eproperty
esignal
zeus
audio-ess
audio
audio-drain
audio-orchestra
audio-river
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
framework
atria-soft
ejson
ejson
Null.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
etk/types.hpp
>
9
#include <
ejson/Value.hpp
>
10
11
namespace
ejson
{
15
class
Null
:
public
ejson::Value
{
16
public
:
21
Null
(
ememory::SharedPtr<ejson::internal::Value>
_internalValue);
26
Null
(
const
ejson::Null
& _obj);
30
Null
();
36
ejson::Null
&
operator=
(
const
ejson::Null
& _obj);
37
};
38
}
39
40
41
Value.hpp
ejson::Null::Null
Null()
Constructor.
ejson
ejson namespace containing all function for JSON interpretor
Definition:
Array.hpp:12
ejson::Null::operator=
ejson::Null & operator=(const ejson::Null &_obj)
Copy constructor.
types.hpp
ejson::Value
Basic main object of all json elements.
Definition:
Value.hpp:31
ejson::Null
ejson Null interface: 'null'.
Definition:
Null.hpp:15
ememory::SharedPtr
Generated on Sun Oct 23 2016 22:01:40 for ejson: Ewol JSON parser by
1.8.11