|
xapian-core
2.0.0
|
Parse signed and unsigned type from string and check for trailing characters. More...
Include dependency graph for parseint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename T > | |
| bool | parse_unsigned (const char *p, T &res) |
| template<typename T > | |
| bool | parse_signed (const char *p, T &res) |
Parse signed and unsigned type from string and check for trailing characters.
Definition in file parseint.h.
| bool parse_signed | ( | const char * | p, |
| T & | res | ||
| ) |
Definition at line 44 of file parseint.h.
References negate_unsigned(), p, and parse_unsigned().
Referenced by Xapian::Internal::closefrom(), main(), and parsesigned_helper().
| bool parse_unsigned | ( | const char * | p, |
| T & | res | ||
| ) |
Definition at line 29 of file parseint.h.
References add_overflows(), mul_overflows(), and p.
Referenced by GlassWritableDatabase::GlassWritableDatabase(), main(), test_driver::parse_command_line(), parse_signed(), parseunsigned_helper(), read_stub_file(), and GlassChanges::start().