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

#include <clist.h>

List of all members.

Public Member Functions

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

Protected Member Functions

 clist ()
 clist (const clist &pt)
clistprev (void)
virtual here ()=0
 clist ()
 clist (const clist &pt)
clistprev (void)

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]

Definition at line 35 of file clist.cpp.

Definition at line 43 of file clist.cpp.

clist::clist ( ) [inline, protected]

Definition at line 50 of file tescl.h.

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

Member Function Documentation

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

Definition at line 20 of file clist.cpp.

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

Definition at line 13 of file clist.cpp.

Referenced by ~clist().

int clist::length ( const int max = 1000)
virtual clist::here ( ) [protected, pure virtual]

Implemented in mmm.

Referenced by clist().

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

Member Data Documentation

clist * clist::next [protected]

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