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 116 of file AttrSet.h.
Referenced by nixd::toJSON().
std::vector<lspserver::Location> nixd::OptionDescription::Definitions |
Definition at line 117 of file AttrSet.h.
Referenced by nixd::toJSON().
std::optional<std::string> nixd::OptionDescription::Description |
Definition at line 115 of file AttrSet.h.
Referenced by nixd::toJSON().
std::optional<std::string> nixd::OptionDescription::Example |
Definition at line 118 of file AttrSet.h.
Referenced by nixd::toJSON().
std::optional<OptionType> nixd::OptionDescription::Type |
Definition at line 119 of file AttrSet.h.
Referenced by nixd::toJSON().