#include "ace/config-macros.h"
#include "ace/ace_wchar.h"
Include dependency graph for config-lite.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ACE_OS |
Defines | |
#define | ACE_DECLARE_STL_REVERSE_ITERATORS |
Typedefs | |
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 | |
ACE_END_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL int | ace_exit_hook_marker |
ACE_END_VERSIONED_NAMESPACE_DECL typedef void(* | ACE_EXIT_HOOK )(void) |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL class | ACE_OS_Thread_Descriptor |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
Definition in file config-lite.h.
|
Value: typedef std::reverse_iterator<iterator> reverse_iterator; \ typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
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. |
|
Definition at line 65 of file config-lite.h. Referenced by ACE_At_Thread_Exit_Func::ACE_At_Thread_Exit_Func(), ACE_Thread_Manager::at_exit(), ACE_Thread_Descriptor::at_exit(), ACE_Object_Manager::at_exit(), ACE_Object_Manager::at_exit_i(), and ACE_OS_Exit_Info::at_exit_i(). |
|
Definition at line 94 of file config-lite.h. Referenced by ACE_Base_Thread_Adapter::set_log_msg_hooks(). |
|
Definition at line 91 of file config-lite.h. Referenced by ACE_Base_Thread_Adapter::set_log_msg_hooks(). |
|
Definition at line 85 of file config-lite.h. Referenced by ACE_Base_Thread_Adapter::set_log_msg_hooks(). |
|
Definition at line 96 of file config-lite.h. Referenced by ACE_Base_Thread_Adapter::set_log_msg_hooks(). |
|
Definition at line 98 of file config-lite.h. Referenced by ACE_Base_Thread_Adapter::set_log_msg_hooks(). |
|
Definition at line 57 of file config-lite.h. Referenced by ACE_OS::set_exit_hook(). |
|
Definition at line 50 of file config-lite.h. Referenced by ACE_OS_Object_Manager::at_exit(), and ACE_OS_Exit_Info::call_hooks(). |
|
Definition at line 83 of file config-lite.h. |