ACE_OS_Log_Msg_Attributes Class Reference

The attributes required by ACE_Log_Msg. More...

#include <OS_Log_Msg_Attributes.h>

List of all members.

Public Member Functions

 ACE_OS_Log_Msg_Attributes (void)
 Constructor.

Protected Attributes

ACE_OSTREAM_TYPE * ostream_
 Ostream where the new TSS Log_Msg will use.
void * ostream_refcount_
unsigned long priority_mask_
 Priority_mask to be used in new TSS Log_Msg.
int tracing_enabled_
 Are we allowing tracing in this thread?
bool restart_
int trace_depth_
 Depth of the nesting for printing traces.
ACE_SEH_EXCEPT_HANDLER seh_except_selector_
 Structured exception handling Callbacks, only used under Win32.
ACE_SEH_EXCEPT_HANDLER seh_except_handler_

Private Member Functions

 ACE_OS_Log_Msg_Attributes (const ACE_OS_Log_Msg_Attributes &)
ACE_OS_Log_Msg_Attributesoperator= (const ACE_OS_Log_Msg_Attributes &)

Friends

class ACE_Log_Msg

Detailed Description

The attributes required by ACE_Log_Msg.

When a new thread is created the TSS resources for the Log_Msg class in the new thread may be inherited by the creator thread. The base_attributes are encapsulated in this class to simplify their manipulation and destruction.

The contents of the class must be made available to the OS layer, because they are part of the thread descriptor.

Constructor & Destructor Documentation

ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes ( void   ) 

Constructor.

ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes ( const ACE_OS_Log_Msg_Attributes  )  [private]

Member Function Documentation

ACE_OS_Log_Msg_Attributes& ACE_OS_Log_Msg_Attributes::operator= ( const ACE_OS_Log_Msg_Attributes  )  [private]

Friends And Related Function Documentation

friend class ACE_Log_Msg [friend]

Member Data Documentation

ACE_OSTREAM_TYPE* ACE_OS_Log_Msg_Attributes::ostream_ [protected]

Ostream where the new TSS Log_Msg will use.

unsigned long ACE_OS_Log_Msg_Attributes::priority_mask_ [protected]

Priority_mask to be used in new TSS Log_Msg.

Indicates whether we should restart system calls that are interrupted.

ACE_SEH_EXCEPT_HANDLER ACE_OS_Log_Msg_Attributes::seh_except_handler_ [protected]
ACE_SEH_EXCEPT_HANDLER ACE_OS_Log_Msg_Attributes::seh_except_selector_ [protected]

Structured exception handling Callbacks, only used under Win32.

Depth of the nesting for printing traces.

Are we allowing tracing in this thread?


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Nov 30 00:52:52 2009 for ACE by  doxygen 1.6.1