ACE  6.4.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 (void) 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 (void)
 
int remove (void)
 Return 0. More...
 
int acquire (void)
 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 (void)
 Return 0. More...
 
int release (void)
 Return 0. More...
 
int acquire_write (void)
 Return 0. More...
 
int tryacquire_write (void)
 Return 0. More...
 
int tryacquire_write_upgrade (void)
 Return 0. More...
 
int acquire_read (void)
 Return 0. More...
 
int tryacquire_read (void)
 Return 0. More...
 
void dump (void) 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.

Enumerator
FIFO 
LIFO 

Member Function Documentation

void ACE_Noop_Token::dump ( void  ) const
inline

Dump the state of an object.

int ACE_Noop_Token::queueing_strategy ( void  )
inline

Get queueing strategy.

void ACE_Noop_Token::queueing_strategy ( int  queueing_strategy)
inline

Set queueing strategy.

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

Member Data Documentation

ACE_Noop_Token::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


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