ACE
6.1.0
|
#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"
Namespaces | |
namespace | ACE_OS |
This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems. | |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
Typedefs | |
typedef ACE_WCHAR_T | ACE_OS::WChar |
Functions | |
wint_t | ACE_OS::fgetwc (FILE *fp) |
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) |
wint_t | ACE_OS::ungetwc (wint_t c, FILE *fp) |
Originally in OS.h.
#define ACE_EXPORT_MACRO ACE_Export |