ec_config_schema - Man Page
Synopsis
#include <config.h>
Data Fields
enum ec_config_flags flags
Detailed Description
Structure describing the format of a configuration value.
This structure is used in a const array which is referenced by a struct ec_config. Each entry of the array represents a key/value storage of the configuration dictionary.
Definition at line 50 of file config.h.
Field Documentation
enum ec_config_flags ec_config_schema::flags
Flags, see ec_config_flags.
Definition at line 54 of file config.h.
Author
Generated automatically by Doxygen for Libecoli from the source code.
Referenced By
The man page flags(3) is an alias of ec_config_schema(3).
Version 0.11.3 Libecoli