ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
clist Class Reference

#include <clist.h>

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

clistnext
 

Detailed Description

Definition at line 43 of file clist.h.

Constructor & Destructor Documentation

clist::clist ( )
inlineprotected

Definition at line 49 of file clist.h.

clist::clist ( const clist pt)
protected

Copy constructor.

Definition at line 60 of file clist.cpp.

clist::~clist ( )

Destructor.

Definition at line 70 of file clist.cpp.

Member Function Documentation

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

Definition at line 33 of file clist.cpp.

clist * clist::prev ( ) const
protected

Definition at line 11 of file clist.cpp.

Referenced by ~clist().

Member Data Documentation

clist* clist::next
protected

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