clibdocker  0.1.0-alpha.0
A Docker API for C
Data Fields
pair_t Struct Reference

#include <docker_util.h>

Data Fields

char * key
 
char * value
 

Detailed Description

A simple pair of strings

Field Documentation

◆ key

char* pair_t::key

key part of the pair

Referenced by free_pair(), and get_key().

◆ value

char* pair_t::value

value part of the pair

Referenced by free_pair(), and get_value().


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