The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CSList Class Reference
[Lock Free Algorithms]

Collaboration diagram for CSList:

List of all members.


Detailed Description

A class which wraps the operating system SLIST API.


Public Member Functions

 CSList ()
 CSList (const CSList &rhs)
CSListoperator= (const CSList &rhs)
 ~CSList ()
void Push (const Node &node)
NodePop ()
unsigned short Size () const

Classes

class  Node
 A node in a CSList. More...


Constructor & Destructor Documentation

CSList (  ) 

CSList ( const CSList rhs  ) 

~CSList (  ) 


Member Function Documentation

CSList& operator= ( const CSList rhs  ) 

void Push ( const Node node  ) 

CSList::Node * Pop (  ) 

unsigned short Size (  )  const


Generated on Sun Sep 12 19:11:48 2021 for The Server Framework - v7.4 by doxygen 1.5.3