llconf  0.0.2
Data Fields
cnfresult Struct Reference

A structure to hold the results of cnf_find_entry. More...

#include <entry.h>

Data Fields

struct cnfresultnext
 The next result in the result set. More...
 
char * path
 The full path to the matched entry in the configuration tree. More...
 
struct cnfnodecnfnode
 A reference to the node in the configuration tree. More...
 

Detailed Description

A structure to hold the results of cnf_find_entry.

Field Documentation

◆ cnfnode

struct cnfnode* cnfresult::cnfnode

A reference to the node in the configuration tree.

◆ next

struct cnfresult* cnfresult::next

The next result in the result set.

◆ path

char* cnfresult::path

The full path to the matched entry in the configuration tree.


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