|
Blender
V2.59
|
#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 47 of file STR_String.h.
Referenced by STR_String::GetAt(), and STR_String::SetAt().
| typedef unsigned char byte |
Definition at line 70 of file STR_String.h.
| typedef unsigned long dword |
Definition at line 66 of file STR_String.h.
| typedef const STR_String& rcSTR_String |
Definition at line 69 of file STR_String.h.
| STR_String operator+ | ( | rcSTR_String | 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 216 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().
| STR_String operator+ | ( | char | lhs, |
| rcSTR_String | rhs | ||
| ) | [inline] |
Definition at line 217 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().
| STR_String operator+ | ( | rcSTR_String | lhs, |
| const char * | rhs | ||
| ) | [inline] |
Definition at line 218 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 219 of file STR_String.h.
References STR_String::Length(), and STR_String::ReadPtr().