OW_String.cpp File Reference

#include "OW_config.h"
#include "OW_String.hpp"
#include "OW_Char16.hpp"
#include "OW_CIMDateTime.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_Array.hpp"
#include "OW_StringStream.hpp"
#include "OW_Format.hpp"
#include "OW_BinarySerialization.hpp"
#include "OW_Assertion.hpp"
#include "OW_AutoPtr.hpp"
#include "OW_Bool.hpp"
#include "OW_UTF8Utils.hpp"
#include "OW_ExceptionIds.hpp"
#include "OW_COWIntrusiveCountableBase.hpp"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <cstdarg>
#include <cerrno>
#include <istream>
#include <ostream>
#include <cmath>
#include <cfloat>

Include dependency graph for OW_String.cpp:

Go to the source code of this file.

Namespaces

namespace  OW_NAMESPACE

Classes

class  OW_NAMESPACE::String::ByteBuf

Defines

#define SNPRINTF   snprintf

Typedefs

typedef unsigned long int(* OW_NAMESPACE::strtoulfp_t )(const char *, char **, int)
typedef long int(* OW_NAMESPACE::strtolfp_t )(const char *, char **, int)
typedef unsigned long long
int(* 
OW_NAMESPACE::strtoullfp_t )(const char *, char **, int)
typedef long long int(* OW_NAMESPACE::strtollfp_t )(const char *, char **, int)

Functions

static int OW_NAMESPACE::strncmpi (const char *s1, const char *s2, size_t n)
static void OW_NAMESPACE::throwStringConversion (const String::buf_t &m_buf, const char *type)
static void OW_NAMESPACE::throwStringConversion (const char *str, const char *type)
template<typename T, typename FP>
static T OW_NAMESPACE::convertToRealType (const String::buf_t &m_buf, const char *type, FP fp)
template<typename T, typename FP, typename FPRT>
static T OW_NAMESPACE::doConvertToIntType (const String::buf_t &m_buf, const char *type, FP fp, int base)
template<typename T>
static T OW_NAMESPACE::convertToUIntType (const String::buf_t &m_buf, const char *msg, int base)
template<typename T>
static T OW_NAMESPACE::convertToIntType (const String::buf_t &m_buf, const char *msg, int base)
template<typename T>
static T OW_NAMESPACE::convertToUInt64Type (const String::buf_t &m_buf, const char *msg, int base)
template<typename T>
static T OW_NAMESPACE::convertToInt64Type (const String::buf_t &m_buf, const char *msg, int base)
String OW_NAMESPACE::operator+ (const String &s1, const String &s2)
String OW_NAMESPACE::operator+ (const char *p, const String &s)
String OW_NAMESPACE::operator+ (const String &s, const char *p)
String OW_NAMESPACE::operator+ (char c, const String &s)
String OW_NAMESPACE::operator+ (const String &s, char c)
ostream & OW_NAMESPACE::operator<< (ostream &ostr, const String &arg)

Variables

static const char OW_NAMESPACE::cnullChar = '\0'
static char OW_NAMESPACE::nullChar = '\0'


Define Documentation

#define SNPRINTF   snprintf
 

Author:
Jon Carey

Dan Nuffer

Definition at line 70 of file OW_String.cpp.

Referenced by OWBI1::String::String(), and OW_NAMESPACE::String::String().


Generated on Thu Feb 9 09:05:45 2006 for openwbem by  doxygen 1.4.6