OS_NS_stdio.cpp File Reference#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_Thread.h"
|
Functions |
ACE_END_VERSIONED_NAMESPACE_DECL
BOOL WINAPI | DllMain (HINSTANCE instance, DWORD reason, LPVOID) |
void | fopen_mode_to_open_mode_converter (ACE_TCHAR x, int &hmode) |
FILE * | ACE_OS::fopen (const char *filename, const ACE_TCHAR *mode) |
FILE * | ACE_OS::fopen (const char *filename, const ACE_ANTI_TCHAR *mode) |
FILE * | ACE_OS::fopen (const wchar_t *filename, const ACE_ANTI_TCHAR *mode) |
FILE * | ACE_OS::fopen (const wchar_t *filename, const ACE_TCHAR *mode) |
int | ACE_OS::fprintf (FILE *fp, const char *format,...) |
int | ACE_OS::fprintf (FILE *fp, const wchar_t *format,...) |
int | ACE_OS::asprintf (char **bufp, const char *format,...) |
int | ACE_OS::asprintf (wchar_t **bufp, const wchar_t *format,...) |
int | ACE_OS::printf (const char *format,...) |
int | ACE_OS::printf (const wchar_t *format,...) |
int | ACE_OS::snprintf (char *buf, size_t maxlen, const char *format,...) |
int | ACE_OS::snprintf (wchar_t *buf, size_t maxlen, const wchar_t *format,...) |
int | ACE_OS::sprintf (char *buf, const char *format,...) |
int | ACE_OS::sprintf (wchar_t *buf, const wchar_t *format,...) |
int | ACE_OS::vasprintf_emulation (char **bufp, const char *format, va_list argptr) |
int | ACE_OS::vaswprintf_emulation (wchar_t **bufp, const wchar_t *format, va_list argptr) |
Function Documentation
ACE_END_VERSIONED_NAMESPACE_DECL BOOL WINAPI DllMain |
( |
HINSTANCE |
instance, |
|
|
DWORD |
reason, |
|
|
LPVOID |
| |
|
) |
| | |
void @607::fopen_mode_to_open_mode_converter |
( |
ACE_TCHAR |
x, |
|
|
int & |
hmode | |
|
) |
| | [static] |
Translate fopen's mode char to open's mode. This helper function is here to avoid maintaining several pieces of identical code.
Generated on Mon Sep 15 07:03:47 2008 for ACE by
1.5.5
|