Defines

String.cpp File Reference

#include <zeusbase/Config/PlatformDefines.hpp>
#include <string.h>
#include <wchar.h>
#include <math.h>
#include <stdio.h>
#include <zeusbase/System/BitCodedValue.h>
#include <zeusbase/System/Float.h>
#include <zeusbase/System/Int.h>
#include <zeusbase/System/Hash.hpp>

Defines

#define CREATE_EMPTY_STRING

Define Documentation

#define CREATE_EMPTY_STRING
Value:
CREATE_SAFE(m_pWBuffer, new wchar_t[STRING_MIN_SIZE]); \
  if (m_pWBuffer != NULL)                                \
  {                                                      \
    m_pWBuffer[0] = 0x0000;                              \
    m_uiMemSize   = STRING_MIN_SIZE;                     \
  }

makro to create an empty string

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:21