55 if(typeFromParam == typeFromType){
return true;}
OptionType::OptionType getOptionTypeFromType< unsigned short >()
OptionType::OptionType getOptionTypeFromType< long >()
OptionType::OptionType getOptionTypeFromType< unsigned int >()
bool isOptionSignedInteger(OptionType::OptionType type)
Say if the option type is a signed integer.
bool isOptionStringFileDir(OptionType::OptionType type)
Say if the option is a filename, a drectory, both or a string.
OptionType::OptionType getOptionTypeFromType< unsigned char >()
OptionType::OptionType getOptionTypeFromType< PString >()
OptionType::OptionType getOptionTypeFromType< unsigned long >()
PString convertOptionTypeToString(OptionType::OptionType type)
Convert the OptionType into PString.
OptionType::OptionType getOptionTypeFromType< float >()
OptionType::OptionType getOptionTypeFromType< short >()
OptionType::OptionType getOptionTypeFromType< bool >()
OptionType::OptionType getOptionTypeFromType< char >()
bool isOptionUnsignedInteger(OptionType::OptionType type)
Say if the option type is an unsigned integer.
bool isOptionInteger(OptionType::OptionType type)
Say if the option type is an integer.
bool isOptionTypeCompatible(OptionType::OptionType typeFromParam, OptionType::OptionType typeFromType)
Say if two types are compatible.
bool isOptionFloatingPoint(OptionType::OptionType type)
Say if the option type is a floating point.
OptionType::OptionType getOptionTypeFromType< int >()
OptionType::OptionType getOptionTypeFromType< double >()