|
nixd
|
#include <AttrSet.h>
Public Attributes | |
| std::optional< std::string > | Description |
| std::vector< lspserver::Location > | Declarations |
| std::vector< lspserver::Location > | Definitions |
| std::optional< std::string > | Example |
| std::optional< OptionType > | Type |
| std::vector<lspserver::Location> nixd::OptionDescription::Declarations |
Definition at line 130 of file AttrSet.h.
Referenced by nixd::toJSON().
| std::vector<lspserver::Location> nixd::OptionDescription::Definitions |
Definition at line 131 of file AttrSet.h.
Referenced by nixd::toJSON().
| std::optional<std::string> nixd::OptionDescription::Description |
Definition at line 129 of file AttrSet.h.
Referenced by nixd::toJSON().
| std::optional<std::string> nixd::OptionDescription::Example |
Definition at line 132 of file AttrSet.h.
Referenced by nixd::toJSON().
| std::optional<OptionType> nixd::OptionDescription::Type |
Definition at line 133 of file AttrSet.h.
Referenced by nixd::toJSON().