Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::list::LinkBlock Structure
C++
typedef struct LinkBlock {
  INDEX Cnt;
  _32 Lock;
  POINTER pNode[1];
} LIST, * PLIST;
struct LinkBlock {
  INDEX Cnt;
  _32 Lock;
  POINTER pNode[1];
};
struct LinkBlock {
  INDEX Cnt;
  _32 Lock;
  POINTER pNode[1];
};
typedef struct LinkBlock {
  INDEX Cnt;
  _32 Lock;
  POINTER pNode[1];
} LIST, * PLIST;
Members 
Description 
INDEX Cnt; 
How many pointers the list can contain now. 
_32 Lock; 
A simple exchange-lock for add, modify and delete. For thread safety. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!