![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "OptionType.h"
Include dependency graph for OptionType_impl.h:
This graph shows which files directly or indirectly include this file: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.