JSON Array value.
More...
#include "JSON.h"
|
| JsonArray () |
|
| JsonArray (const std::list< bool > &_lst, JsonAllocator &_allocator) |
| Create bool array.
|
|
| JsonArray (const std::vector< bool > &_vec, JsonAllocator &_allocator) |
| Create bool array.
|
|
| JsonArray (const std::list< int32_t > &_lst, JsonAllocator &_allocator) |
| Create int32 array.
|
|
| JsonArray (const std::vector< int32_t > &_vec, JsonAllocator &_allocator) |
| Create int32 array.
|
|
| JsonArray (const std::list< uint32_t > &_lst, JsonAllocator &_allocator) |
| Create uint32 array.
|
|
| JsonArray (const std::vector< uint32_t > &_vec, JsonAllocator &_allocator) |
| Create uint32 array.
|
|
| JsonArray (const std::list< int64_t > &_lst, JsonAllocator &_allocator) |
| Create int64 array.
|
|
| JsonArray (const std::vector< int64_t > &_vec, JsonAllocator &_allocator) |
| Create int64 array.
|
|
| JsonArray (const std::list< uint64_t > &_lst, JsonAllocator &_allocator) |
| Create uint64 array.
|
|
| JsonArray (const std::vector< uint64_t > &_vec, JsonAllocator &_allocator) |
| Create uint64 array.
|
|
| JsonArray (const std::list< float > &_lst, JsonAllocator &_allocator) |
| Create float array.
|
|
| JsonArray (const std::vector< float > &_vec, JsonAllocator &_allocator) |
| Create float array.
|
|
| JsonArray (const std::list< double > &_lst, JsonAllocator &_allocator) |
| Create double array.
|
|
| JsonArray (const std::vector< double > &_vec, JsonAllocator &_allocator) |
| Create double array.
|
|
| JsonArray (const std::list< std::string > &_lst, JsonAllocator &_allocator) |
| Create string array.
|
|
| JsonArray (const std::vector< std::string > &_vec, JsonAllocator &_allocator) |
| Create string array.
|
|
virtual | ~JsonArray () |
|
◆ JsonArray() [1/17]
ot::JsonArray::JsonArray |
( |
| ) |
|
|
inlineexplicit |
◆ JsonArray() [2/17]
ot::JsonArray::JsonArray |
( |
const std::list< bool > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inline |
◆ JsonArray() [3/17]
ot::JsonArray::JsonArray |
( |
const std::vector< bool > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [4/17]
ot::JsonArray::JsonArray |
( |
const std::list< int32_t > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inline |
◆ JsonArray() [5/17]
ot::JsonArray::JsonArray |
( |
const std::vector< int32_t > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [6/17]
ot::JsonArray::JsonArray |
( |
const std::list< uint32_t > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [7/17]
ot::JsonArray::JsonArray |
( |
const std::vector< uint32_t > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [8/17]
ot::JsonArray::JsonArray |
( |
const std::list< int64_t > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [9/17]
ot::JsonArray::JsonArray |
( |
const std::vector< int64_t > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [10/17]
ot::JsonArray::JsonArray |
( |
const std::list< uint64_t > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [11/17]
ot::JsonArray::JsonArray |
( |
const std::vector< uint64_t > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [12/17]
ot::JsonArray::JsonArray |
( |
const std::list< float > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [13/17]
ot::JsonArray::JsonArray |
( |
const std::vector< float > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [14/17]
ot::JsonArray::JsonArray |
( |
const std::list< double > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [15/17]
ot::JsonArray::JsonArray |
( |
const std::vector< double > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [16/17]
ot::JsonArray::JsonArray |
( |
const std::list< std::string > & | _lst, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ JsonArray() [17/17]
ot::JsonArray::JsonArray |
( |
const std::vector< std::string > & | _vec, |
|
|
JsonAllocator & | _allocator ) |
|
inlineexplicit |
◆ ~JsonArray()
virtual ot::JsonArray::~JsonArray |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- Libraries/OTCore/include/OTCore/JSON.h