JSON array.
More...
#include <millijson.hpp>
|
| | Array (std::vector< std::shared_ptr< Base > > x) |
| |
| Type | type () const |
| |
| const std::vector< std::shared_ptr< Base > > & | value () const |
| |
| std::vector< std::shared_ptr< Base > > & | value () |
| |
◆ Array()
| millijson::Array::Array |
( |
std::vector< std::shared_ptr< Base > > | x | ) |
|
|
inline |
◆ type()
| Type millijson::Array::type |
( |
| ) |
const |
|
inlinevirtual |
◆ value() [1/2]
| std::vector< std::shared_ptr< Base > > & millijson::Array::value |
( |
| ) |
|
|
inline |
- Returns
- Contents of the array.
◆ value() [2/2]
| const std::vector< std::shared_ptr< Base > > & millijson::Array::value |
( |
| ) |
const |
|
inline |
- Returns
- Contents of the array.
The documentation for this class was generated from the following file: