struct CorPlexer

A simple linked list class

Purpose
Query this instance's data
$Id: CorPlexer
static CorPlexer* create( CorPlexer*& aHead, unsigned int aMax, unsigned int anElement )
void* data()
void freeDataChain()
friend void utest_CorPlexer(CorUnitTest&)
Purpose
Free this package and its links

Documentation

A simple linked list class
$Id: CorPlexer.h,v 1.2 1997/04/11 13:31:59 mwiedmer Exp $

SYNOPSIS

    #include <CorPlexer.h>
  
    CorPlexer myObject;
  

DESCRIPTION
This text serves as an example for the documentation of a class definition

CAUTIONS
<optional>

EXAMPLES
<optional>

SEE ALSO
<optional>
CorBase

void* data()

Purpose
Query this instance's data.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Returns
This function returns the data package of this instance.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

static CorPlexer* create( CorPlexer*& aHead, unsigned int aMax, unsigned int anElement )

void freeDataChain()

friend void utest_CorPlexer(CorUnitTest&)
Purpose
Free this package and its links.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de