ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes
clist Class Reference

#include <clist.h>

Public Member Functions

 ~clist ()
 Destructor.
int length (const int &max=1000) const

Protected Member Functions

 clist ()
 clist (const clist &pt)
 Copy constructor.
clistprev () const

Protected Attributes

clistnext

Detailed Description

Definition at line 43 of file clist.h.


Constructor & Destructor Documentation

clist::clist ( ) [inline, protected]

Definition at line 49 of file clist.h.

clist::clist ( const clist pt) [protected]

Copy constructor.

Definition at line 59 of file clist.cpp.

Destructor.

Definition at line 69 of file clist.cpp.


Member Function Documentation

int clist::length ( const int &  max = 1000) const

Definition at line 32 of file clist.cpp.

clist * clist::prev ( ) const [protected]

Definition at line 10 of file clist.cpp.

Referenced by ~clist().


Member Data Documentation

clist* clist::next [protected]

List of all members.


The documentation for this class was generated from the following files: