Struct Placeholder¶
Defined in File placeholders.h
Struct Documentation¶
-
struct
Placeholder¶ Structure to contain Placeholder data.
Public Members
-
std::string
id¶ The ID of the placeholder.
-
std::string
value_raw¶ The raw value of the placeholder.
-
std::string
value_parsed¶ The value of the placeholder after having environment variables expanded.
-
bool
reserved¶ Whether or not the placeholder’s value is reserved and unmodifiable.
-
bool
parse_env_var¶ Whether or not to parse environment variables from the placeholder.
-
std::string