|
QCAD
Open Source 2D CAD
|
#include "opennurbs.h"Classes | |
| struct | ON_wStringHeader |
Macros | |
| #define | MAX_MSG_LENGTH 2048 |
| #define | MAX_MSG_LENGTH 2048 |
| #define | MAX_MSG_LENGTH 2048 |
Functions | |
| static wchar_t | c2w (char) |
| static int | c2w (int, const char *, int, wchar_t *) |
| static bool | IsValidUrlChar (wchar_t c) |
| static bool | IsWhiteSpaceHelper (wchar_t c, const wchar_t *whitespace) |
| bool | ON_WildCardMatch (const wchar_t *s, const wchar_t *pattern) |
| bool | ON_WildCardMatchNoCase (const wchar_t *s, const wchar_t *pattern) |
| static bool | UrlDecodeHelper (wchar_t *s) |
| static int | w2c (int, const wchar_t *, int, char *) |
| static int | w2c_size (int, const wchar_t *) |
Variables | ||
| struct { | ||
| ON_wStringHeader header | ||
| wchar_t s | ||
| } | empty_wstring = { {-1, 0, 0}, 0 } | |
| static ON_wStringHeader * | pEmptyStringHeader = &empty_wstring.header | |
| static const wchar_t * | pEmptywString = &empty_wstring.s | |
| #define MAX_MSG_LENGTH 2048 |
| #define MAX_MSG_LENGTH 2048 |
| #define MAX_MSG_LENGTH 2048 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| struct { ... } empty_wstring |
| ON_wStringHeader header |
|
static |
|
static |
| wchar_t s |