Struct wrapping a nested PropertyMap representing a JSON object.
More...
#include <JSONProperty.hpp>
|
std::ostream & | operator<< (std::ostream &os, const Object &obj) |
| A stream overload to represent this type as an Object.
|
|
Struct wrapping a nested PropertyMap representing a JSON object.
◆ Object()
Construct a new Object and set its values pointer to values.
- Parameters
-
◆ operator==()
bool geojson::Object::operator== |
( |
const Object & | other | ) |
const |
|
inline |
Equality operator.
- Parameters
-
other | Object to check equality against |
- Returns
- true If the backing storage pointers are the same.
-
false If the other JSONProperty isn't pointing the same data as this JSONProperty
References values.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Object & | obj ) |
|
friend |
A stream overload to represent this type as an Object.
- Parameters
-
- Returns
- std::ostream&
◆ values
The documentation for this struct was generated from the following file: