Electroneum
config_str3list Struct Reference

#include <config_file.h>

Collaboration diagram for config_str3list:

Public Attributes

struct config_str3listnext
 
char * str
 
char * str2
 
char * str3
 

Detailed Description

List of three strings for config options

Definition at line 639 of file config_file.h.

Member Data Documentation

◆ next

struct config_str3list* config_str3list::next

next item in list

Definition at line 641 of file config_file.h.

◆ str

char* config_str3list::str

first string

Definition at line 643 of file config_file.h.

◆ str2

char* config_str3list::str2

second string

Definition at line 645 of file config_file.h.

◆ str3

char* config_str3list::str3

third string

Definition at line 647 of file config_file.h.


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