FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
Loading...
Searching...
No Matches
Typedefs
fdl_handles.cpp File Reference

Handle node() resolution – lazy index-based lookup into the document ojson tree. More...

#include "fdl_handles.h"
#include "fdl_doc.h"
#include <initializer_list>
#include <utility>

Typedefs

using ojson = jsoncons::ojson
 

Detailed Description

Handle node() resolution – lazy index-based lookup into the document ojson tree.

All handle types resolve to their JSON node via a shared path-walking helper, reducing duplication across the 7 node() methods.