|
xapian-core
1.4.30
|
Convert types to std::string. More...
#include <string>
Include dependency graph for str.h:Go to the source code of this file.
Namespaces | |
| Xapian | |
| The Xapian namespace contains public interfaces for the Xapian library. | |
| Xapian::Internal | |
Functions | |
| string | Xapian::Internal::str (int value) |
| Convert int to std::string. More... | |
| string | Xapian::Internal::str (unsigned int value) |
| Convert unsigned int to std::string. More... | |
| string | Xapian::Internal::str (long value) |
| Convert long to std::string. More... | |
| string | Xapian::Internal::str (unsigned long value) |
| Convert unsigned long to std::string. More... | |
| string | Xapian::Internal::str (long long value) |
| Convert long long to std::string. More... | |
| string | Xapian::Internal::str (unsigned long long value) |
| Convert unsigned long long to std::string. More... | |
| string | Xapian::Internal::str (double value) |
| Convert double to std::string. More... | |
| string | Xapian::Internal::str (const void *value) |
| Convert const void * to std::string. More... | |
| std::string | Xapian::Internal::str (const std::string &value) |
| Convert std::string to std::string. More... | |
| std::string | Xapian::Internal::str (const char *value) |
| Convert const char * to std::string. More... | |
| std::string | Xapian::Internal::str (bool value) |
| Convert bool to std::string. More... | |
Convert types to std::string.
Definition in file str.h.