#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. | |
clist * | prev () const |
Protected Attributes | |
clist * | next |
clist::clist | ( | ) | [inline, protected] |
clist::clist | ( | const clist & | pt | ) | [protected] |
clist::~clist | ( | ) |
int clist::length | ( | const int & | max = 1000 | ) | const |
clist * clist::prev | ( | ) | const [protected] |
clist* clist::next [protected] |
Definition at line 48 of file clist.h.
Referenced by adstring_array::append_distinct(), clist(), length(), adstring::operator=(), prev(), adstring::realloc(), adstring::~adstring(), adstring_array::~adstring_array(), and ~clist().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |