ACE 7.0.6
Macros | Typedefs | Variables
config-lite.h File Reference
#include "ace/config-macros.h"
#include "ace/ace_wchar.h"

Macros

#define ACE_DECLARE_STL_REVERSE_ITERATORS
 

Typedefs

typedef void(* ACE_EXIT_HOOK) ()
 
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) ()
 
typedef void(* ACE_SYNC_LOG_MSG_HOOK) (const ACE_TCHAR *prog_name)
 
typedef ACE_OS_Thread_Descriptor *(* ACE_THR_DESC_LOG_MSG_HOOK) ()
 

Variables

int ace_exit_hook_marker
 

Detailed Description

Author
Doug Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
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.

Macro Definition Documentation

◆ ACE_DECLARE_STL_REVERSE_ITERATORS

#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.

ACE_DECLARE_STL_REVERSE_ITERATORS is not meant for use outside of ACE.

Typedef Documentation

◆ ACE_CLEANUP_FUNC

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

◆ ACE_CLOSE_LOG_MSG_HOOK

typedef void(* ACE_CLOSE_LOG_MSG_HOOK) ()

◆ ACE_EXIT_HOOK

typedef void(* ACE_EXIT_HOOK) ()

◆ ACE_INHERIT_LOG_MSG_HOOK

typedef void(* ACE_INHERIT_LOG_MSG_HOOK) (ACE_OS_Thread_Descriptor *, ACE_OS_Log_Msg_Attributes &)

◆ ACE_INIT_LOG_MSG_HOOK

typedef void(* ACE_INIT_LOG_MSG_HOOK) (ACE_OS_Log_Msg_Attributes &attr)

◆ ACE_SYNC_LOG_MSG_HOOK

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

◆ ACE_THR_DESC_LOG_MSG_HOOK

typedef ACE_OS_Thread_Descriptor *(* ACE_THR_DESC_LOG_MSG_HOOK) ()

Variable Documentation

◆ ace_exit_hook_marker

int ace_exit_hook_marker
extern