|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
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) | |
Option dependency.
Describes a dependency relationship between two options.
| 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().
| const char* option_dependency_t::error_message |
Custom error message (optional)
Definition at line 114 of file builder.h.
Referenced by options_config_validate().
| const char* option_dependency_t::option_name |
The option that has the dependency.
Definition at line 111 of file builder.h.
Referenced by options_builder_add_dependency_conflicts(), options_builder_add_dependency_implies(), options_builder_add_dependency_requires(), and options_config_validate().
| dependency_type_t option_dependency_t::type |
Type of dependency.
Definition at line 112 of file builder.h.
Referenced by options_config_validate().