 |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the documentation of this file.
7 #ifndef __POPTION_TYPE_H__
8 #define __POPTION_TYPE_H__
bool isOptionStringFileDir(OptionType::OptionType type)
Say if the option is a filename, a drectory, both or a string.
bool isOptionUnsignedInteger(OptionType::OptionType type)
Say if the option type is an unsigned integer.
bool isOptionFloatingPoint(OptionType::OptionType type)
Say if the option type is a floating point.
OptionType::OptionType getOptionTypeFromType< unsigned int >()
OptionType::OptionType getOptionTypeFromType< float >()
OptionType::OptionType getOptionTypeFromType< int >()
OptionType::OptionType getOptionTypeFromType< bool >()
OptionType::OptionType getOptionTypeFromType< unsigned char >()
OptionType::OptionType getOptionTypeFromValue(const T &value)
Get the POptionType from a value.
OptionType::OptionType getOptionTypeFromType< unsigned long >()
OptionType::OptionType getOptionTypeFromType< long >()
bool isOptionSignedInteger(OptionType::OptionType type)
Say if the option type is a signed integer.
OptionType::OptionType getOptionTypeFromType()
Get the POptionType from a type.
OptionType::OptionType getOptionTypeFromType< double >()
bool isOptionTypeCompatible(OptionType::OptionType typeFromParam, OptionType::OptionType typeFromType)
Say if two types are compatible.
OptionType::OptionType getOptionTypeFromType< char >()
OptionType::OptionType getOptionTypeFromType< unsigned short >()
bool isOptionInteger(OptionType::OptionType type)
Say if the option type is an integer.
std::string convertOptionTypeToString(OptionType::OptionType type)
Convert the OptionType into string.
OptionType::OptionType getOptionTypeFromType< short >()