Defines | Typedefs

ace_wchar.h File Reference

#include "ace/config-macros.h"
#include "ace/ace_wchar.inl"
Include dependency graph for ace_wchar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ACE_USES_L_PREFIX   1
#define ACE_TEXT_WIDE_I(STRING)   L##STRING
#define ACE_TEXT_WIDE(STRING)   ACE_TEXT_WIDE_I (STRING)
#define ACE_TEXT(STRING)   STRING
#define ACE_LIB_TEXT(STRING)   STRING
#define ACE_TEXT_ALWAYS_CHAR(STRING)   STRING
#define ACE_TEXT_ALWAYS_WCHAR(STRING)   ACE_Ascii_To_Wide (STRING).wchar_rep ()
#define ACE_TEXT_CHAR_TO_TCHAR(STRING)   STRING
#define ACE_TEXT_WCHAR_TO_TCHAR(STRING)   ACE_Wide_To_Ascii (STRING).char_rep ()
#define ACE_TEXT_ANTI_TO_TCHAR(STRING)   ACE_Wide_To_Ascii (STRING).char_rep ()

Typedefs

typedef char ACE_TCHAR
typedef wchar_t ACE_ANTI_TCHAR

Detailed Description

Id:
ace_wchar.h 82441 2008-07-28 13:04:13Z johnnyw
Author:
Darrell Brunsch <brunsch@uci.edu>

Definition in file ace_wchar.h.


Define Documentation

#define ACE_LIB_TEXT (   STRING  )     STRING

Definition at line 139 of file ace_wchar.h.

#define ACE_TEXT (   STRING  )     STRING

Definition at line 137 of file ace_wchar.h.

#define ACE_TEXT_ALWAYS_CHAR (   STRING  )     STRING

Definition at line 141 of file ace_wchar.h.

#define ACE_TEXT_ALWAYS_WCHAR (   STRING  )     ACE_Ascii_To_Wide (STRING).wchar_rep ()

Definition at line 142 of file ace_wchar.h.

#define ACE_TEXT_ANTI_TO_TCHAR (   STRING  )     ACE_Wide_To_Ascii (STRING).char_rep ()

Definition at line 145 of file ace_wchar.h.

#define ACE_TEXT_CHAR_TO_TCHAR (   STRING  )     STRING

Definition at line 143 of file ace_wchar.h.

#define ACE_TEXT_WCHAR_TO_TCHAR (   STRING  )     ACE_Wide_To_Ascii (STRING).char_rep ()

Definition at line 144 of file ace_wchar.h.

#define ACE_TEXT_WIDE (   STRING  )     ACE_TEXT_WIDE_I (STRING)

Definition at line 119 of file ace_wchar.h.

#define ACE_TEXT_WIDE_I (   STRING  )     L##STRING

Definition at line 115 of file ace_wchar.h.

#define ACE_USES_L_PREFIX   1

Definition at line 108 of file ace_wchar.h.


Typedef Documentation

typedef wchar_t ACE_ANTI_TCHAR

Definition at line 136 of file ace_wchar.h.

typedef char ACE_TCHAR

Definition at line 135 of file ace_wchar.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines