ACE 6.0.1
|
#include "ace/config-all.h"
#include "ace/os_include/os_wchar.h"
#include "ace/Basic_Types.h"
#include "ace/ace_wchar.h"
#include "ace/os_include/os_errno.h"
#include "ace/os_include/os_wchar.h"
Namespaces | |
namespace | ACE_OS |
This class is a wrapper for the XTI/TLI operations. | |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
Typedefs | |
typedef ACE_WCHAR_T | ACE_OS::WChar |
Functions | |
int | ACE_OS::wcscmp_emulation (const ACE_WCHAR_T *string1, const ACE_WCHAR_T *string2) |
Emulated wcscmp - Compares strings. | |
size_t | ACE_OS::wcslen_emulation (const ACE_WCHAR_T *string) |
Emulated wcslen - Returns the length of a string. | |
ACE_WCHAR_T * | ACE_OS::wcsncat_emulation (ACE_WCHAR_T *destination, const ACE_WCHAR_T *source, size_t count) |
Emulated wcscat - Appends a string. | |
int | ACE_OS::wcsncmp_emulation (const ACE_WCHAR_T *string1, const ACE_WCHAR_T *string2, size_t len) |
Emulated wcsncmp - Compares two arrays. | |
ACE_WCHAR_T * | ACE_OS::wcsncpy_emulation (ACE_WCHAR_T *destination, const ACE_WCHAR_T *source, size_t len) |
Emulated wcsncpy - Copies an array. | |
u_int | ACE_OS::wslen (const WChar *) |
WChar * | ACE_OS::wscpy (WChar *, const WChar *) |
int | ACE_OS::wscmp (const WChar *, const WChar *) |
int | ACE_OS::wsncmp (const WChar *, const WChar *, size_t len) |
Originally in OS.h.
#define ACE_EXPORT_MACRO ACE_Export |