Blender V2.61 - r43446
|
#include <vector>
#include <limits.h>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | STR_String |
Defines | |
#define | assertd(exp) ((void)NULL) |
Typedefs | |
typedef unsigned long | dword |
typedef const STR_String & | rcSTR_String |
typedef unsigned char | byte |
Functions | |
STR_String | operator+ (rcSTR_String lhs, rcSTR_String rhs) |
STR_String | operator+ (rcSTR_String lhs, char rhs) |
STR_String | operator+ (char lhs, rcSTR_String rhs) |
STR_String | operator+ (rcSTR_String lhs, const char *rhs) |
STR_String | operator+ (const char *lhs, rcSTR_String rhs) |
Definition in file STR_String.h.
#define assertd | ( | exp | ) | ((void)NULL) |
Copyright (C) 2001 NaN Technologies B.V. This file was formerly known as: GEN_StdString.h.
Definition at line 45 of file STR_String.h.
Referenced by STR_String::GetAt(), and STR_String::SetAt().
typedef unsigned char byte |
Definition at line 68 of file STR_String.h.
typedef unsigned long dword |
Definition at line 64 of file STR_String.h.
typedef const STR_String& rcSTR_String |
Definition at line 67 of file STR_String.h.
STR_String operator+ | ( | rcSTR_String | lhs, |
rcSTR_String | rhs | ||
) | [inline] |
Definition at line 213 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().
STR_String operator+ | ( | const char * | lhs, |
rcSTR_String | rhs | ||
) | [inline] |
Definition at line 217 of file STR_String.h.
References STR_String::Length(), STR_String::ReadPtr(), and strlen().
STR_String operator+ | ( | rcSTR_String | lhs, |
const char * | rhs | ||
) | [inline] |
Definition at line 216 of file STR_String.h.
References STR_String::Length(), STR_String::ReadPtr(), and strlen().
STR_String operator+ | ( | char | lhs, |
rcSTR_String | rhs | ||
) | [inline] |
Definition at line 215 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().
STR_String operator+ | ( | rcSTR_String | lhs, |
char | rhs | ||
) | [inline] |
Definition at line 214 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().