ACE  7.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
ACE_Noop_Token Class Reference

#include <Token.h>

Inheritance diagram for ACE_Noop_Token:
Inheritance graph
[legend]
Collaboration diagram for ACE_Noop_Token:
Collaboration graph
[legend]

Public Types

enum  QUEUEING_STRATEGY { FIFO = -1 , LIFO = 0 }
 Queueing strategy. More...
 

Public Member Functions

int queueing_strategy (void)
 Get queueing strategy. More...
 
void queueing_strategy (int queueing_strategy)
 Set queueing strategy. More...
 
int renew (int=0, ACE_Time_Value *=0)
 
void dump () const
 Dump the state of an object. More...
 
- Public Member Functions inherited from ACE_Null_Mutex
 ACE_Null_Mutex (const ACE_TCHAR *=0)
 
 ~ACE_Null_Mutex ()
 
int remove ()
 Return 0. More...
 
int acquire ()
 Return 0. More...
 
int acquire (ACE_Time_Value &)
 Return -1 with errno == ETIME. More...
 
int acquire (ACE_Time_Value *)
 Return -1 with errno == ETIME. More...
 
int tryacquire ()
 Return 0. More...
 
int release ()
 Return 0. More...
 
int acquire_write ()
 Return 0. More...
 
int tryacquire_write ()
 Return 0. More...
 
int tryacquire_write_upgrade ()
 Return 0. More...
 
int acquire_read ()
 Return 0. More...
 
int tryacquire_read ()
 Return 0. More...
 
void dump () const
 Dump the state of an object. More...
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 
- Public Attributes inherited from ACE_Null_Mutex
int lock_
 Declare the dynamic allocation hooks. More...
 
 ACE_ALLOC_HOOK_DECLARE
 

Member Enumeration Documentation

◆ QUEUEING_STRATEGY

Queueing strategy.

Enumerator
FIFO 
LIFO 

Member Function Documentation

◆ dump()

void ACE_Noop_Token::dump ( void  ) const
inline

Dump the state of an object.

◆ queueing_strategy() [1/2]

void ACE_Noop_Token::queueing_strategy ( int  queueing_strategy)
inline

Set queueing strategy.

◆ queueing_strategy() [2/2]

int ACE_Noop_Token::queueing_strategy ( void  )
inline

Get queueing strategy.

◆ renew()

int ACE_Noop_Token::renew ( int  = 0,
ACE_Time_Value = 0 
)
inline

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_Noop_Token::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


The documentation for this class was generated from the following files: