| 
    ACE
    6.2.7
    
   | 
 
#include <Condition_Attributes.h>

Public Member Functions | |
| ACE_Condition_Attributes (int type=ACE_DEFAULT_SYNCH_TYPE) | |
| Constructor.  More... | |
| ~ACE_Condition_Attributes (void) | |
| Destructor.  More... | |
| const ACE_condattr_t & | attributes (void) const | 
| Accessor for retrieving the current attributes.  More... | |
Protected Attributes | |
| ACE_condattr_t | attributes_ | 
| The attributes.  More... | |
Private Member Functions | |
| void | operator= (const ACE_Condition_Attributes &) | 
| ACE_Condition_Attributes (const ACE_Condition_Attributes &) | |
      
  | 
  inline | 
Constructor.
      
  | 
  inline | 
Destructor.
      
  | 
  private | 
      
  | 
  inline | 
Accessor for retrieving the current attributes.
      
  | 
  private | 
      
  | 
  protected | 
The attributes.
 1.8.6