#include "OWBI1_config.h"
#include "OWBI1_String.hpp"
#include "OWBI1_Array.hpp"
#include "OW_StringStream.hpp"
#include "OW_Format.hpp"
#include "OW_BinarySerialization.hpp"
#include "OW_Assertion.hpp"
#include "OWBI1_AutoPtr.hpp"
#include "OWBI1_Bool.hpp"
#include "OW_UTF8Utils.hpp"
#include "OW_ExceptionIds.hpp"
#include "OWBI1_COWIntrusiveCountableBase.hpp"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <cstdarg>
#include <cerrno>
#include <iostream>
#include <cmath>
#include <cfloat>
Include dependency graph for OWBI1_String.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OWBI1 |
Classes | |
class | OWBI1::String::ByteBuf |
Defines | |
#define | SNPRINTF snprintf |
#define | LLONG_MAX 2147483647LL |
#define | LLONG_MIN (-LLONG_MAX - 1LL) |
#define | ULLONG_MAX 4294967295ULL |
Typedefs | |
typedef unsigned long int(* | OWBI1::strtoulfp_t )(const char *, char **, int) |
typedef long int(* | OWBI1::strtolfp_t )(const char *, char **, int) |
typedef unsigned long long int(* | OWBI1::strtoullfp_t )(const char *, char **, int) |
typedef long long int(* | OWBI1::strtollfp_t )(const char *, char **, int) |
Functions | |
static int | OWBI1::strncmpi (const char *s1, const char *s2, size_t n) |
static void | OWBI1::throwStringConversion (const String::buf_t &m_buf, const char *type) |
static void | OWBI1::throwStringConversion (const char *str, const char *type) |
template<typename T, typename FP> | |
static T | OWBI1::convertToRealType (const String::buf_t &m_buf, const char *type, FP fp) |
template<typename T, typename FP, typename FPRT> | |
static T | OWBI1::doConvertToIntType (const String::buf_t &m_buf, const char *type, FP fp, int base) |
template<typename T> | |
static T | OWBI1::convertToUIntType (const String::buf_t &m_buf, const char *msg, int base) |
template<typename T> | |
static T | OWBI1::convertToIntType (const String::buf_t &m_buf, const char *msg, int base) |
template<typename T> | |
static T | OWBI1::convertToUInt64Type (const String::buf_t &m_buf, const char *msg, int base) |
template<typename T> | |
static T | OWBI1::convertToInt64Type (const String::buf_t &m_buf, const char *msg, int base) |
String | OWBI1::operator+ (const String &s1, const String &s2) |
String | OWBI1::operator+ (const char *p, const String &s) |
String | OWBI1::operator+ (const String &s, const char *p) |
String | OWBI1::operator+ (char c, const String &s) |
String | OWBI1::operator+ (const String &s, char c) |
ostream & | OWBI1::operator<< (ostream &ostr, const String &arg) |
Variables | |
static const char | OWBI1::cnullChar = '\0' |
static char | OWBI1::nullChar = '\0' |
|
Definition at line 1193 of file OWBI1_String.cpp. Referenced by OWBI1::String::strtoll(). |
|
Definition at line 1195 of file OWBI1_String.cpp. Referenced by OWBI1::String::strtoll(). |
|
Definition at line 67 of file OWBI1_String.cpp. |
|
Definition at line 1337 of file OWBI1_String.cpp. Referenced by OWBI1::String::strtoull(). |