Electroneum
config_strbytelist Struct Reference

#include <config_file.h>

Collaboration diagram for config_strbytelist:

Public Attributes

struct config_strbytelistnext
 
char * str
 
uint8_tstr2
 
size_t str2len
 

Detailed Description

List of string, bytestring for config options

Definition at line 654 of file config_file.h.

Member Data Documentation

◆ next

struct config_strbytelist* config_strbytelist::next

next item in list

Definition at line 656 of file config_file.h.

◆ str

char* config_strbytelist::str

first string

Definition at line 658 of file config_file.h.

◆ str2

uint8_t* config_strbytelist::str2

second bytestring

Definition at line 660 of file config_file.h.

◆ str2len

size_t config_strbytelist::str2len

Definition at line 661 of file config_file.h.


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