Range adapter for object keys.
More...
#include <nfx/json/Document.h>
Range adapter for object keys.
Definition at line 838 of file Document.h.
◆ KeysView()
| nfx::json::Document::KeysView::KeysView |
( |
const Object * | obj | ) |
|
|
inline |
Construct KeysView from object pointer.
- Parameters
-
| obj | Pointer to the object to iterate keys from |
◆ begin()
| iterator nfx::json::Document::KeysView::begin |
( |
| ) |
const |
|
inline |
Get iterator to first key.
- Returns
- iterator pointing to first key
◆ end()
| iterator nfx::json::Document::KeysView::end |
( |
| ) |
const |
|
inline |
Get iterator past last key.
- Returns
- iterator representing end position
The documentation for this class was generated from the following file: