NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
psp_json_field_handler Struct Reference

Public Member Functions

 psp_json_field_handler (const std::string &key, psp_parse_json_object_cb parser_cb, bool required, std::vector< void * > params={})
 

Data Fields

const std::string key
 
psp_parse_json_object_cb parser_cb
 
bool required
 
bool found
 
std::vector< void * > params
 

Detailed Description

Definition at line 54 of file psp_gw_params.cpp.

Constructor & Destructor Documentation

◆ psp_json_field_handler()

psp_json_field_handler::psp_json_field_handler ( const std::string &  key,
psp_parse_json_object_cb  parser_cb,
bool  required,
std::vector< void * >  params = {} 
)
inline

Definition at line 61 of file psp_gw_params.cpp.

Field Documentation

◆ found

bool psp_json_field_handler::found

Definition at line 58 of file psp_gw_params.cpp.

◆ key

const std::string psp_json_field_handler::key

Definition at line 55 of file psp_gw_params.cpp.

◆ params

std::vector<void *> psp_json_field_handler::params

Definition at line 59 of file psp_gw_params.cpp.

◆ parser_cb

psp_parse_json_object_cb psp_json_field_handler::parser_cb

Definition at line 56 of file psp_gw_params.cpp.

◆ required

bool psp_json_field_handler::required

Definition at line 57 of file psp_gw_params.cpp.


The documentation for this struct was generated from the following file: