#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.
Classes | |
class | ACE_Wide_To_Ascii |
A lightweight wchar* to char* string conversion class. More... | |
class | ACE_Ascii_To_Wide |
A lightweight char* to wchar* string conversion class. More... | |
Defines | |
#define | ACE_WSTRING_HAS_USHORT_SUPPORT |
#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 () |
#define | ACE_TEXT_SERVICE_TABLE_ENTRY SERVICE_TABLE_ENTRYA |
#define | ACE_TEXT_STARTUPINFO STARTUPINFOA |
#define | ACE_TEXT_WIN32_FIND_DATA WIN32_FIND_DATAA |
#define | ACE_TEXT_OSVERSIONINFO OSVERSIONINFOA |
#define | ACE_TEXT_EXPLICIT_ACCESS EXPLICIT_ACCESS_A |
#define | ACE_TEXT_CreateEvent ::CreateEventA |
#define | ACE_TEXT_CreateFile ::CreateFileA |
#define | ACE_TEXT_CreateFileMapping ::CreateFileMappingA |
#define | ACE_TEXT_CreateMutex ::CreateMutexA |
#define | ACE_TEXT_CreateProcess ::CreateProcessA |
#define | ACE_TEXT_CreateSemaphore ::CreateSemaphoreA |
#define | ACE_TEXT_CreateService ::CreateServiceA |
#define | ACE_TEXT_ExpandEnvironmentStrings ::ExpandEnvironmentStringsA |
#define | ACE_TEXT_FindFirstChangeNotification ::FindFirstChangeNotificationA |
#define | ACE_TEXT_FindFirstFile ::FindFirstFileA |
#define | ACE_TEXT_FindNextFile ::FindNextFileA |
#define | ACE_TEXT_FormatMessage ::FormatMessageA |
#define | ACE_TEXT_FreeEnvironmentStrings ::FreeEnvironmentStringsA |
#define | ACE_TEXT_GetComputerName ::GetComputerNameA |
#define | ACE_TEXT_GetEnvironmentStrings ::GetEnvironmentStringsA |
#define | ACE_TEXT_GetFileAttributes ::GetFileAttributesA |
#define | ACE_TEXT_GetModuleFileName ::GetModuleFileNameA |
#define | ACE_TEXT_GetTempPath ::GetTempPathA |
#define | ACE_TEXT_GetUserName ::GetUserNameA |
#define | ACE_TEXT_GetUserNameEx ::GetUserNameExA |
#define | ACE_TEXT_GetVersionEx ::GetVersionExA |
#define | ACE_TEXT_LoadLibrary ::LoadLibraryA |
#define | ACE_TEXT_MoveFileEx ::MoveFileExA |
#define | ACE_TEXT_WaitNamedPipe ::WaitNamedPipeA |
#define | ACE_TEXT_OpenFileMapping ::OpenFileMappingA |
#define | ACE_TEXT_OpenSCManager ::OpenSCManagerA |
#define | ACE_TEXT_OpenService ::OpenServiceA |
#define | ACE_TEXT_OutputDebugString ::OutputDebugStringA |
#define | ACE_TEXT_RegisterEventSource ::RegisterEventSourceA |
#define | ACE_TEXT_RegisterServiceCtrlHandler ::RegisterServiceCtrlHandlerA |
#define | ACE_TEXT_RegConnectRegistry ::RegConnectRegistryA |
#define | ACE_TEXT_RegCreateKeyEx ::RegCreateKeyExA |
#define | ACE_TEXT_RegDeleteKey ::RegDeleteKeyA |
#define | ACE_TEXT_RegDeleteValue ::RegDeleteValueA |
#define | ACE_TEXT_RegEnumKeyEx ::RegEnumKeyExA |
#define | ACE_TEXT_RegEnumValue ::RegEnumValueA |
#define | ACE_TEXT_RegCreateKey ::RegCreateKeyA |
#define | ACE_TEXT_RegOpenKey ::RegOpenKeyA |
#define | ACE_TEXT_RegOpenKeyEx ::RegOpenKeyExA |
#define | ACE_TEXT_RegQueryValueEx ::RegQueryValueExA |
#define | ACE_TEXT_RegSetValueEx ::RegSetValueExA |
#define | ACE_TEXT_ReportEvent ::ReportEventA |
#define | ACE_TEXT_SearchPath ::SearchPathA |
#define | ACE_TEXT_StartService ::StartServiceA |
#define | ACE_TEXT_StartServiceCtrlDispatcher ::StartServiceCtrlDispatcherA |
#define | ACE_TEXT_SetFileSecurity ::SetFileSecurityA |
#define | ACE_TEXT_SetEntriesInAcl ::SetEntriesInAclA |
Typedefs | |
typedef char | ACE_TCHAR |
typedef wchar_t | ACE_ANTI_TCHAR |
Definition in file ace_wchar.h.
|
Definition at line 139 of file ace_wchar.h. |
|
|
|
Definition at line 142 of file ace_wchar.h. Referenced by ACE_OS::fdopen(), and ACE_OS::freopen(). |
|
Definition at line 145 of file ace_wchar.h. Referenced by ACE_Argv_Type_Converter::ACE_Argv_Type_Converter(), ACE_Process_Options::command_line(), and ACE_Log_Msg::log(). |
|
|
Definition at line 325 of file ace_wchar.h. |
|
Definition at line 326 of file ace_wchar.h. |
|
Definition at line 327 of file ace_wchar.h. Referenced by ACE_OS::mmap(). |
|
Definition at line 328 of file ace_wchar.h. |
|
Definition at line 329 of file ace_wchar.h. Referenced by ACE_OS::fork_exec(), and ACE_Process::spawn(). |
|
Definition at line 330 of file ace_wchar.h. |
|
Definition at line 331 of file ace_wchar.h. |
|
Definition at line 332 of file ace_wchar.h. Referenced by ACE::ldfind(). |
|
Definition at line 323 of file ace_wchar.h. |
|
Definition at line 333 of file ace_wchar.h. |
|
Definition at line 334 of file ace_wchar.h. |
|
Definition at line 335 of file ace_wchar.h. |
|
Definition at line 336 of file ace_wchar.h. Referenced by ACE_OS::dlerror(), and ACE_Log_Msg::log(). |
|
Definition at line 337 of file ace_wchar.h. Referenced by ACE_Process_Options::inherit_environment(). |
|
Definition at line 338 of file ace_wchar.h. |
|
Definition at line 339 of file ace_wchar.h. |
|
Definition at line 340 of file ace_wchar.h. |
|
Definition at line 341 of file ace_wchar.h. |
|
Definition at line 342 of file ace_wchar.h. Referenced by ACE::get_temp_dir(). |
|
Definition at line 343 of file ace_wchar.h. |
|
Definition at line 344 of file ace_wchar.h. |
|
Definition at line 345 of file ace_wchar.h. Referenced by ACE_OS_Object_Manager::init(), ACE_Process_Options::pass_handle(), and ACE_OS::uname(). |
|
Definition at line 346 of file ace_wchar.h. Referenced by ACE_OS::dlopen(). |
|
Definition at line 347 of file ace_wchar.h. |
|
Definition at line 349 of file ace_wchar.h. |
|
Definition at line 350 of file ace_wchar.h. |
|
Definition at line 351 of file ace_wchar.h. |
|
Definition at line 322 of file ace_wchar.h. Referenced by ACE_OS_Object_Manager::init(), ACE_Process_Options::pass_handle(), and ACE_OS::uname(). |
|
Definition at line 352 of file ace_wchar.h. |
|
Definition at line 355 of file ace_wchar.h. |
|
Definition at line 361 of file ace_wchar.h. |
|
Definition at line 356 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::open_section(), and ACE_Configuration_Win32Registry::resolve_key(). |
|
Definition at line 357 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::remove_section(). |
|
Definition at line 358 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::remove_value(). |
|
Definition at line 359 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::enumerate_sections(), and ACE_Configuration_Win32Registry::remove_section(). |
|
Definition at line 360 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::enumerate_values(). |
|
Definition at line 353 of file ace_wchar.h. |
|
Definition at line 354 of file ace_wchar.h. |
|
Definition at line 362 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::resolve_key(). |
|
Definition at line 363 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::open_section(), and ACE_Configuration_Win32Registry::resolve_key(). |
|
Definition at line 364 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::find_value(), ACE_Configuration_Win32Registry::get_binary_value(), ACE_Configuration_Win32Registry::get_integer_value(), and ACE_Configuration_Win32Registry::get_string_value(). |
|
Definition at line 365 of file ace_wchar.h. Referenced by ACE_Configuration_Win32Registry::set_binary_value(), ACE_Configuration_Win32Registry::set_integer_value(), and ACE_Configuration_Win32Registry::set_string_value(). |
|
Definition at line 366 of file ace_wchar.h. |
|
Definition at line 367 of file ace_wchar.h. Referenced by ACE::ldfind(). |
|
Definition at line 319 of file ace_wchar.h. |
|
Definition at line 371 of file ace_wchar.h. |
|
Definition at line 370 of file ace_wchar.h. |
|
Definition at line 368 of file ace_wchar.h. |
|
Definition at line 369 of file ace_wchar.h. |
|
Definition at line 320 of file ace_wchar.h. Referenced by ACE_OS::fork_exec(). |
|
Definition at line 348 of file ace_wchar.h. Referenced by ACE_SPIPE_Connector::connect(). |
|
|
Definition at line 119 of file ace_wchar.h. Referenced by ACE_INET_Addr::ACE_INET_Addr(), ACE_Log_Msg::log(), ACE_OS::strecpy(), ACE::strend(), ACE::strnnew(), and ACE_OS::strsncpy(). |
|
Definition at line 115 of file ace_wchar.h. |
|
Definition at line 321 of file ace_wchar.h. Referenced by ACE_OS::stat(). |
|
Definition at line 108 of file ace_wchar.h. |
|
Definition at line 102 of file ace_wchar.h. |
|
Definition at line 136 of file ace_wchar.h. Referenced by ACE_Process_Options::command_line(), and ACE_Log_Msg::log(). |
|