Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
objlink.h File Reference

Template for creating linked list of objects with lookup. More...

#include <cstddef>
Include dependency graph for objlink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  objList< T, K >
 Used to create and manage a single linked list of objects of a common type. More...
 

Detailed Description

Template for creating linked list of objects with lookup.

Definition in file objlink.h.