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

NodeList.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Core

Classes

class  CNodeList
 An invasive doubly linked list where classes that wish to be nodes in the list must derive from CNodeList::Node. The list allows nodes to remove themselves from the list as a constant time operation. More...
class  CNodeList::Node
 The node class that classes must derive from to be able to be stored in the list. More...
class  TNodeList
 A template wrapper that makes an instance of CNodeList typesafe with respect of the classes stored within it. Simply wraps the CNodeList::Node access methods to work in terms of the template T rather than any class that happens to derive from CNodeList::Node. More...


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