Scroll to navigation

objlink.h(3) Library Functions Manual objlink.h(3)

NAME

objlink.h -
Template for creating linked list of objects with lookup.
 

SYNOPSIS

#include <cstddef>
 
 

Classes


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

Namespaces


namespace ost
 

Detailed Description

Template for creating linked list of objects with lookup.
 
 

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.
Sat Jun 23 2012 GNU CommonC++