OR-Tools  9.6
numbers.h File Reference

Go to the source code of this file.

Namespaces

 strings
 

Functions

int32_t ParseLeadingInt32Value (const char *str, int32_t deflt)
 
int32_t ParseLeadingInt32Value (std::string_view str, int32_t deflt)
 
uint32_t ParseLeadingUInt32Value (const char *str, uint32_t deflt)
 
uint32_t ParseLeadingUInt32Value (std::string_view str, uint32_t deflt)
 
int32_t ParseLeadingDec32Value (const char *str, int32_t deflt)
 
int32_t ParseLeadingDec32Value (std::string_view str, int32_t deflt)
 
uint32_t ParseLeadingUDec32Value (const char *str, uint32_t deflt)
 
uint32_t ParseLeadingUDec32Value (std::string_view str, uint32_t deflt)
 
uint64_t ParseLeadingUInt64Value (const char *str, uint64_t deflt)
 
uint64_t ParseLeadingUInt64Value (std::string_view str, uint64_t deflt)
 
int64_t ParseLeadingInt64Value (const char *str, int64_t deflt)
 
int64_t ParseLeadingInt64Value (std::string_view str, int64_t deflt)
 
uint64_t ParseLeadingHex64Value (const char *str, uint64_t deflt)
 
uint64_t ParseLeadingHex64Value (std::string_view str, uint64_t deflt)
 
int64_t ParseLeadingDec64Value (const char *str, int64_t deflt)
 
int64_t ParseLeadingDec64Value (std::string_view str, int64_t deflt)
 
uint64_t ParseLeadingUDec64Value (const char *str, uint64_t deflt)
 
uint64_t ParseLeadingUDec64Value (std::string_view str, uint64_t deflt)
 
double ParseLeadingDoubleValue (const char *str, double deflt)
 
double ParseLeadingDoubleValue (std::string_view str, double deflt)
 
bool ParseLeadingBoolValue (const char *str, bool deflt)
 
bool ParseLeadingBoolValue (std::string_view str, bool deflt)