Namespaces | Defines | Typedefs | Variables

config-lite.h File Reference

#include "ace/config-macros.h"
#include "ace/ace_wchar.h"
Include dependency graph for config-lite.h:

Go to the source code of this file.

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.


Defines

#define ACE_DECLARE_STL_REVERSE_ITERATORS

Typedefs

typedef void(* ACE_EXIT_HOOK )(void)
typedef void(* ACE_CLEANUP_FUNC )(void *object, void *param)
typedef void(* ACE_INIT_LOG_MSG_HOOK )(ACE_OS_Log_Msg_Attributes &attr)
typedef void(* ACE_INHERIT_LOG_MSG_HOOK )(ACE_OS_Thread_Descriptor *, ACE_OS_Log_Msg_Attributes &)
typedef void(* ACE_CLOSE_LOG_MSG_HOOK )(void)
typedef void(* ACE_SYNC_LOG_MSG_HOOK )(const ACE_TCHAR *prog_name)
typedef
ACE_OS_Thread_Descriptor *(* 
ACE_THR_DESC_LOG_MSG_HOOK )(void)

Variables

int ace_exit_hook_marker

Detailed Description

Id:
config-lite.h 85832 2009-06-28 16:14:59Z johnnyw
Author:
(Originally in OS.h)Doug Schmidt <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...

This file contains the contents of the old config-all.h in order to avoid a circular dependency problem caused by some of the new includes added to config-all.h, e.g., OS_main.h.

Definition in file config-lite.h.


Define Documentation

#define ACE_DECLARE_STL_REVERSE_ITERATORS
Value:
typedef std::reverse_iterator<iterator>       reverse_iterator; \
  typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
Deprecated:
ACE_DECLARE_STL_REVERSE_ITERATORS is a crutch to be used until all C++ compiler supported by ACE support the standard reverse_iterator adapters.

For internal use only.

ACE_DECLARE_STL_REVERSE_ITERATORS is not meant for use outside of ACE.

Definition at line 156 of file config-lite.h.


Typedef Documentation

typedef void(* ACE_CLEANUP_FUNC)(void *object, void *param)

Definition at line 65 of file config-lite.h.

typedef void(* ACE_CLOSE_LOG_MSG_HOOK)(void)

Definition at line 94 of file config-lite.h.

typedef void(* ACE_EXIT_HOOK)(void)

Definition at line 57 of file config-lite.h.

Definition at line 91 of file config-lite.h.

Definition at line 85 of file config-lite.h.

typedef void(* ACE_SYNC_LOG_MSG_HOOK)(const ACE_TCHAR *prog_name)

Definition at line 96 of file config-lite.h.

Definition at line 98 of file config-lite.h.


Variable Documentation

Definition at line 394 of file Object_Manager_Base.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines