OS_NS_stdlib.h File Reference

#include "ace/config-all.h"
#include "ace/os_include/os_stdlib.h"
#include "ace/OS_NS_stdlib.inl"

Include dependency graph for OS_NS_stdlib.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ACE_OS

Non-standard functions

These functions aren't in the standard.

ACE_NAMESPACE_INLINE_FUNCTION
void 
ACE_OS::_exit (int status=0)
ACE_NAMESPACE_INLINE_FUNCTION
void 
ACE_OS::abort (void)
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::atexit (ACE_EXIT_HOOK func)
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::atoi (const char *s)
ACE_NAMESPACE_INLINE_FUNCTION
void * 
ACE_OS::atop (const char *s)
ACE_NAMESPACE_INLINE_FUNCTION
void * 
ACE_OS::bsearch (const void *key, const void *base, size_t nel, size_t size, ACE_COMPARE_FUNC)
void * ACE_OS::calloc (size_t elements, size_t sizeof_elements)
void ACE_OS::exit (int status)
void ACE_OS::free (void *ptr)
ACE_NAMESPACE_INLINE_FUNCTION
char * 
ACE_OS::getenv (const char *symbol)
ACE_TCHARACE_OS::getenvstrings (void)
ACE_NAMESPACE_INLINE_FUNCTION
char * 
ACE_OS::itoa (int value, char *string, int radix)
 Converts an integer to a string.
char * ACE_OS::itoa_emulation (int value, char *string, int radix)
 Emulated itoa - Converts an integer to a string.
void * ACE_OS::malloc (size_t nbytes)
ACE_NAMESPACE_INLINE_FUNCTION
ACE_HANDLE 
ACE_OS::mkstemp (char *s)
ACE_NAMESPACE_INLINE_FUNCTION
char * 
ACE_OS::mktemp (char *s)
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::putenv (const char *string)
ACE_NAMESPACE_INLINE_FUNCTION
void 
ACE_OS::qsort (void *base, size_t nel, size_t width, ACE_COMPARE_FUNC)
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::rand (void)
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::rand_r (ACE_RANDR_TYPE &seed)
void * ACE_OS::realloc (void *ptr, size_t nbytes)
ACE_NAMESPACE_INLINE_FUNCTION
char * 
ACE_OS::realpath (const char *file_name, char *resolved_name)
ACE_NAMESPACE_INLINE_FUNCTION
ACE_EXIT_HOOK 
ACE_OS::set_exit_hook (ACE_EXIT_HOOK hook)
 For use by ACE_Object_Manager only, to register its exit hook..
ACE_NAMESPACE_INLINE_FUNCTION
void 
ACE_OS::srand (u_int seed)
ACE_TCHARACE_OS::strenvdup (const ACE_TCHAR *str)
ACE_NAMESPACE_INLINE_FUNCTION
double 
ACE_OS::strtod (const char *s, char **endptr)
 Converts a string to a double value (char version).
ACE_NAMESPACE_INLINE_FUNCTION
long 
ACE_OS::strtol (const char *s, char **ptr, int base)
 Converts a string to a long value (char version).
ACE_NAMESPACE_INLINE_FUNCTION
unsigned long 
ACE_OS::strtoul (const char *s, char **ptr, int base)
 Converts a string to an unsigned long value (char version).
ACE_NAMESPACE_INLINE_FUNCTION
int 
ACE_OS::system (const ACE_TCHAR *s)
ACE_NAMESPACE_INLINE_FUNCTION
const char * 
ACE_OS::getprogname ()
const char * ACE_OS::getprogname_emulation ()
ACE_NAMESPACE_INLINE_FUNCTION
void 
ACE_OS::setprogname (const char *name)
void ACE_OS::setprogname_emulation (const char *progname)
ACE_Export ACE_EXIT_HOOK ACE_OS::exit_hook_ = 0
 Function that is called by <ACE_OS::exit>, if non-null.

Defines

#define ACE_EXPORT_MACRO   ACE_Export
#define ACE_INLINE   inline

Typedefs

typedef int(*) ACE_COMPARE_FUNC (const void *, const void *)


Detailed Description

Id
OS_NS_stdlib.h 80826 2008-03-04 14:51:23Z wotte

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Jesper S. M|ller<stophph@diku.dk>

and a cast of thousands...

Originally in OS.h.

Definition in file OS_NS_stdlib.h.


Define Documentation

#define ACE_EXPORT_MACRO   ACE_Export

Definition at line 34 of file OS_NS_stdlib.h.

#define ACE_INLINE   inline

Definition at line 308 of file OS_NS_stdlib.h.


Typedef Documentation

typedef int(*) ACE_COMPARE_FUNC(const void *, const void *)

Definition at line 49 of file OS_NS_stdlib.h.


Generated on Tue Feb 2 17:30:26 2010 for ACE by  doxygen 1.4.7