 |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the documentation of this file.
55 if(typeFromParam == typeFromType){
return true;}
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< int >()
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.
OptionType::OptionType getOptionTypeFromType< char >()
OptionType::OptionType getOptionTypeFromType< unsigned int >()
OptionType::OptionType getOptionTypeFromType< double >()
OptionType::OptionType getOptionTypeFromType< unsigned char >()
bool isOptionTypeCompatible(OptionType::OptionType typeFromParam, OptionType::OptionType typeFromType)
Say if two types are compatible.
OptionType::OptionType getOptionTypeFromType< short >()
OptionType::OptionType getOptionTypeFromType< unsigned long >()
OptionType::OptionType getOptionTypeFromType< float >()
OptionType::OptionType getOptionTypeFromType< long >()
bool isOptionFloatingPoint(OptionType::OptionType type)
Say if the option type is a floating point.
bool isOptionSignedInteger(OptionType::OptionType type)
Say if the option type is a signed integer.
OptionType::OptionType getOptionTypeFromType< bool >()