Functions | |
| std::string | ltostr (long i) |
| std::string | dtostr (double d) |
| double | atod (const char *s) |
| unsigned long | atoul (const char *s) |
| double OPP_Global::atod | ( | const char * | s | ) |
Converts string to double
| unsigned long OPP_Global::atoul | ( | const char * | s | ) |
Converts string to unsigned long
Referenced by RoutingTable6::configureInterfaceFromXML().
| std::string OPP_Global::dtostr | ( | double | d | ) |
Converts a double to string
| std::string OPP_Global::ltostr | ( | long | i | ) |
Converts an integer to string.
1.7.1