diff options
Diffstat (limited to 'src/cam/options.cpp')
-rw-r--r-- | src/cam/options.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/cam/options.cpp b/src/cam/options.cpp index 59b26be4..fda6d976 100644 --- a/src/cam/options.cpp +++ b/src/cam/options.cpp @@ -604,26 +604,6 @@ OptionValue::operator std::string() const } /** - * \brief Cast the value to a key-value list - * \return The option value as a KeyValueParser::Options, or an empty list if - * the value type isn't ValueType::ValueKeyValue - */ -OptionValue::operator KeyValueParser::Options() const -{ - return toKeyValues(); -} - -/** - * \brief Cast the value to an array - * \return The option value as a std::vector of OptionValue, or an empty vector - * if the value type isn't ValueType::ValueArray - */ -OptionValue::operator std::vector<OptionValue>() const -{ - return toArray(); -} - -/** * \brief Retrieve the value as an int * \return The option value as an int, or 0 if the value type isn't * ValueType::ValueInteger |