GNU CommonC++
Classes | Namespaces
objlink.h File Reference

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

#include <cstddef>

Go to the source code of this file.

Classes

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

Namespaces

namespace  ost
 

Detailed Description

Template for creating linked list of objects with lookup.