|
ACE 8.0.1
|
#include <Condition_Attributes.h>


Public Member Functions | |
| ACE_Condition_Attributes_T (int type=ACE_DEFAULT_SYNCH_TYPE) | |
| Constructor. | |
| ~ACE_Condition_Attributes_T ()=default | |
| Destructor. | |
Public Member Functions inherited from ACE_Condition_Attributes | |
| ACE_Condition_Attributes (int type=ACE_DEFAULT_SYNCH_TYPE) | |
| Constructor. | |
| ~ACE_Condition_Attributes () | |
| Destructor. | |
| const ACE_condattr_t & | attributes () const |
| Accessor for retrieving the current attributes. | |
Private Member Functions | |
| void | operator= (const ACE_Condition_Attributes_T< TIME_POLICY > &)=delete |
| ACE_Condition_Attributes_T (const ACE_Condition_Attributes_T< TIME_POLICY > &)=delete | |
Additional Inherited Members | |
Protected Attributes inherited from ACE_Condition_Attributes | |
| ACE_condattr_t | attributes_ |
| The attributes. | |
|
inline |
Constructor.
|
default |
Destructor.
|
privatedelete |
|
privatedelete |