7 #ifndef __POPTION_TYPE_H__
8 #define __POPTION_TYPE_H__
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()
Get the POptionType from a type.
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 >()
OptionType::OptionType getOptionTypeFromValue(const T &value)
Get the POptionType from a value.