ACE  6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Typedefs | Functions
OS_NS_wchar.h File Reference
#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.

Macros

#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)

Detailed Description

Id:
OS_NS_wchar.h 91995 2010-09-24 12:45:24Z johnnyw
Author:
Douglas C. Schmidt schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
and a cast of thousands...

Originally in OS.h.


Macro Definition Documentation