Dry
Public Member Functions | Public Attributes | List of all members
Dry::LinkedListNode Struct Reference

Singly-linked list node base class. More...

#include <Dry/Container/LinkedList.h>

Inheritance diagram for Dry::LinkedListNode:
Dry::EventHandler Dry::EventHandler11Impl Dry::EventHandlerImpl< T >

Public Member Functions

 LinkedListNode ()
 Construct.
 

Public Attributes

LinkedListNodenext_
 Pointer to next node.
 

Detailed Description

Singly-linked list node base class.


The documentation for this struct was generated from the following file: