![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include "OptionType.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
OptionType::OptionType | getOptionTypeFromType () |
Get the POptionType from a type. More... | |
template<typename T > | |
OptionType::OptionType | getOptionTypeFromValue (const T &value) |
Get the POptionType from a value. More... | |
OptionType::OptionType getOptionTypeFromType | ( | ) |
Get the POptionType from a type.
Definition at line 25 of file OptionType_impl.h.
References OptionType::STRING.
OptionType::OptionType getOptionTypeFromValue | ( | const T & | value | ) |
Get the POptionType from a value.
value | : value to be used |
Definition at line 17 of file OptionType_impl.h.