Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

lTypes.h File Reference

One of the original POLiTe header files. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Defines

#define US_MASK   0x0007
#define LS_MASK   0x0038
#define WS_MASK   0x01C0
#define RS_MASK   0x0E00

Enumerations

enum  UpdatingStrategy {
  US_Default = 0x0001,
  US_Current = 0x0002,
  US_Inherited = 0x0003,
  US_OnDemand = 0x0004,
  US_Immediately = 0x0005
}
enum  LockingStrategy {
  LS_Default = 0x0008,
  LS_Current = 0x0010,
  LS_Inherited = 0x0018,
  LS_None = 0x0020,
  LS_Shared = 0x0028,
  LS_Exclusive = 0x0030
}
enum  WaitingStrategy {
  WS_Default = 0x0040,
  WS_Current = 0x0080,
  WS_Inherited = 0x00C0,
  WS_Wait = 0x0100,
  WS_Nowait = 0x0140
}
enum  ReadingStrategy {
  RS_Default = 0x0200,
  RS_Current = 0x0400,
  RS_Inherited = 0x0600,
  RS_Cache = 0x0800,
  RS_Database = 0x0A00,
  RS_Timestamp = 0x0C00
}

Detailed Description

One of the original POLiTe header files.

Author:
Mgr. Michal Kopecky Ph.D.

Define Documentation

#define US_MASK   0x0007
 

#define LS_MASK   0x0038
 

#define WS_MASK   0x01C0
 

#define RS_MASK   0x0E00
 


Enumeration Type Documentation

enum UpdatingStrategy
 

Enumeration values:
US_Default 
US_Current 
US_Inherited 
US_OnDemand 
US_Immediately 

enum LockingStrategy
 

Enumeration values:
LS_Default 
LS_Current 
LS_Inherited 
LS_None 
LS_Shared 
LS_Exclusive 

enum WaitingStrategy
 

Enumeration values:
WS_Default 
WS_Current 
WS_Inherited 
WS_Wait 
WS_Nowait 

enum ReadingStrategy
 

Enumeration values:
RS_Default 
RS_Current 
RS_Inherited 
RS_Cache 
RS_Database 
RS_Timestamp 


Generated on Wed Aug 11 22:34:28 2004 for IOPC by Doxygen 1.3.6