ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
option_dependency_t Struct Reference

Option dependency. More...

#include <lib/options/builder.h>

Data Fields

const char * option_name
 The option that has the dependency.
 
dependency_type_t type
 Type of dependency.
 
const char * depends_on
 The option it depends on.
 
const char * error_message
 Custom error message (optional)
 

Detailed Description

Option dependency.

Describes a dependency relationship between two options.

Definition at line 110 of file builder.h.

Field Documentation

◆ depends_on

const char* option_dependency_t::depends_on

The option it depends on.

Definition at line 113 of file builder.h.

Referenced by options_config_validate().

◆ error_message

const char* option_dependency_t::error_message

Custom error message (optional)

Definition at line 114 of file builder.h.

Referenced by options_config_validate().

◆ option_name

const char* option_dependency_t::option_name

◆ type

dependency_type_t option_dependency_t::type

Type of dependency.

Definition at line 112 of file builder.h.

Referenced by options_config_validate().


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