Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
ACE_OS_String Member List
This is the complete list of members for ACE_OS_String, including all inherited members.
- ace_isprint(const ACE_TCHAR c)
[static]
- ace_isspace(const ACE_TCHAR c)
[static]
- itoa(int value, char *string, int radix)
[static]
- itoa(int value, wchar_t *string, int radix)
[static]
- itoa_emulation(int value, char *string, int radix)
[private, static]
- itow_emulation(int value, wchar_t *string, int radix)
[private, static]
- memchr(const void *s, int c, size_t len)
[static]
- memchr(void *s, int c, size_t len)
[static]
- memchr_emulation(const void *s, int c, size_t len)
[private, static]
- memcmp(const void *t, const void *s, size_t len)
[static]
- memcpy(void *t, const void *s, size_t len)
[static]
- memmove(void *t, const void *s, size_t len)
[static]
- memset(void *s, int c, size_t len)
[static]
- strcasecmp(const char *s, const char *t)
[static]
- strcasecmp(const wchar_t *s, const wchar_t *t)
[static]
- strcasecmp_emulation(const char *s, const char *t)
[private, static]
- strcat(char *s, const char *t)
[static]
- strcat(wchar_t *s, const wchar_t *t)
[static]
- strchr(const char *s, int c)
[static]
- strchr(const wchar_t *s, wint_t c)
[static]
- strchr(char *s, int c)
[static]
- strchr(wchar_t *s, wint_t c)
[static]
- strchr_emulation(char *s, int c)
[private, static]
- strchr_emulation(const char *s, int c)
[private, static]
- strcmp(const char *s, const char *t)
[static]
- strcmp(const wchar_t *s, const wchar_t *t)
[static]
- strcpy(char *s, const char *t)
[static]
- strcpy(wchar_t *s, const wchar_t *t)
[static]
- strcspn(const char *s, const char *reject)
[static]
- strcspn(const wchar_t *s, const wchar_t *reject)
[static]
- strcspn_emulation(const char *s, const char *reject)
[private, static]
- strdup(const char *s)
[static]
- strdup(const wchar_t *s)
[static]
- strecpy(char *des, const char *src)
[static]
- strecpy(wchar_t *s, const wchar_t *t)
[static]
- strerror(int errnum)
[static]
- strlen(const char *s)
[static]
- strlen(const wchar_t *s)
[static]
- strncasecmp(const char *s, const char *t, size_t len)
[static]
- strncasecmp(const wchar_t *s, const wchar_t *t, size_t len)
[static]
- strncasecmp_emulation(const char *s, const char *t, size_t len)
[private, static]
- strncat(char *s, const char *t, size_t len)
[static]
- strncat(wchar_t *s, const wchar_t *t, size_t len)
[static]
- strnchr(const char *s, int c, size_t len)
[static]
- strnchr(const wchar_t *s, wint_t c, size_t len)
[static]
- strnchr(char *s, int c, size_t len)
[static]
- strnchr(wchar_t *s, wint_t c, size_t len)
[static]
- strncmp(const char *s, const char *t, size_t len)
[static]
- strncmp(const wchar_t *s, const wchar_t *t, size_t len)
[static]
- strncpy(char *s, const char *t, size_t len)
[static]
- strncpy(wchar_t *s, const wchar_t *t, size_t len)
[static]
- strnstr(const char *s, const char *t, size_t len)
[inline, static]
- strnstr(const wchar_t *s, const wchar_t *t, size_t len)
[static]
- strnstr(char *s, const char *t, size_t len)
[static]
- strnstr(wchar_t *s, const wchar_t *t, size_t len)
[static]
- strpbrk(const char *s1, const char *s2)
[static]
- strpbrk(const wchar_t *s1, const wchar_t *s2)
[static]
- strpbrk(char *s1, const char *s2)
[static]
- strpbrk(wchar_t *s1, const wchar_t *s2)
[static]
- strrchr(const char *s, int c)
[static]
- strrchr(const wchar_t *s, wint_t c)
[static]
- strrchr(char *s, int c)
[static]
- strrchr(wchar_t *s, wint_t c)
[static]
- strrchr_emulation(char *s, int c)
[private, static]
- strrchr_emulation(const char *s, int c)
[private, static]
- strsncpy(char *dst, const char *src, size_t maxlen)
[static]
- strsncpy(wchar_t *dst, const wchar_t *src, size_t maxlen)
[static]
- strspn(const char *s1, const char *s2)
[static]
- strspn(const wchar_t *s1, const wchar_t *s2)
[static]
- strstr(const char *s, const char *t)
[static]
- strstr(const wchar_t *s, const wchar_t *t)
[static]
- strstr(char *s, const char *t)
[static]
- strstr(wchar_t *s, const wchar_t *t)
[static]
- strtod(const char *s, char **endptr)
[static]
- strtod(const wchar_t *s, wchar_t **endptr)
[static]
- strtok(char *s, const char *tokens)
[static]
- strtok(wchar_t *s, const wchar_t *tokens)
[static]
- strtok_r(char *s, const char *tokens, char **lasts)
[static]
- strtok_r_emulation(char *s, const char *tokens, char **lasts)
[private, static]
- strtol(const char *s, char **ptr, int base)
[static]
- strtol(const wchar_t *s, wchar_t **ptr, int base)
[static]
- strtoul(const char *s, char **ptr, int base)
[static]
- strtoul(const wchar_t *s, wchar_t **ptr, int base)
[static]
- to_lower(int c)
[static]
- to_lower(wint_t c)
[static]
- wcscat_emulation(wchar_t *destination, const wchar_t *source)
[private, static]
- wcschr_emulation(const wchar_t *string, wint_t c)
[private, static]
- wcscmp_emulation(const wchar_t *string1, const wchar_t *string2)
[private, static]
- wcscpy_emulation(wchar_t *destination, const wchar_t *source)
[private, static]
- wcscspn_emulation(const wchar_t *string, const wchar_t *reject)
[private, static]
- wcsicmp_emulation(const wchar_t *string1, const wchar_t *string2)
[private, static]
- wcslen_emulation(const wchar_t *string)
[private, static]
- wcsncat_emulation(wchar_t *destination, const wchar_t *source, size_t count)
[private, static]
- wcsncmp_emulation(const wchar_t *string1, const wchar_t *string2, size_t len)
[private, static]
- wcsncpy_emulation(wchar_t *destination, const wchar_t *source, size_t len)
[private, static]
- wcsnicmp_emulation(const wchar_t *string1, const wchar_t *string2, size_t len)
[private, static]
- wcspbrk_emulation(const wchar_t *string, const wchar_t *charset)
[private, static]
- wcsrchr_emulation(wchar_t *string, wint_t c)
[private, static]
- wcsrchr_emulation(const wchar_t *string, wint_t c)
[private, static]
- wcsspn_emulation(const wchar_t *string, const wchar_t *charset)
[private, static]
- wcsstr_emulation(const wchar_t *string, const wchar_t *charset)
[private, static]
Generated at Wed Nov 21 10:31:56 2001 for ACE by
1.2.3 written by Dimitri van Heesch,
© 1997-2000