|
ADMB Documentation
-a65f1c97
|
#include <admodel.h>
Public Member Functions | |
| void | allocate (const char *s="UNNAMED") |
| void | allocate (int imin, int imax, const char *s="UNNAMED") |
Public Member Functions inherited from adstring_array | |
| adstring_array (const adstring_array &sa) | |
| Copy constructor. More... | |
| adstring_array (int min, int max) | |
| adstring_array (void) | |
| Default constructor. More... | |
| ~adstring_array () | |
| Destructor. More... | |
| void | allocate (int min, int max) |
| Allocate vector of adstring with range [min, max]. More... | |
| void | allocate () |
| adstring_array & | append_distinct (const adstring &s) |
| int | indexmax (void) const |
| int | indexmin (void) const |
| const adstring & | operator() (int i) const |
| Returns a reference to the element at specified index i. More... | |
| adstring & | operator() (int i) |
| Returns a reference to the element at specified index i. More... | |
| adstring_array & | operator+= (const adstring &s) |
| adstring_array & | operator= (const adstring_array &) |
| Assigment operator for adstring_array. More... | |
| const adstring & | operator[] (int i) const |
| Returns a reference to the element at specified index i. More... | |
| adstring & | operator[] (int i) |
| Returns a reference to the element at specified index i. More... | |
| int | size () const |
| void | to_lower (void) |
| adstring_array | to_lower (adstring_array &s) |
| void | to_upper (void) |
| adstring_array | to_upper (adstring_array &s) |
Public Member Functions inherited from clist | |
| ~clist () | |
| Destructor. More... | |
| int | length (const int &max=1000) const |
Public Member Functions inherited from model_name_tag | |
| model_name_tag (void) | |
| void | allocate (const char *s) |
| const char * | get_name (void) |
| label_class | label (void) |
Additional Inherited Members | |
Protected Member Functions inherited from named_adstring_array | |
| void | allocate (int min, int max, const char *s) |
| void | allocate (const char *s) |
Protected Member Functions inherited from clist | |
| clist () | |
| clist (const clist &pt) | |
| Copy constructor. More... | |
| clist * | prev () const |
Protected Attributes inherited from clist | |
| clist * | next |
Protected Attributes inherited from model_name_tag | |
| adstring | name |
| void data_adstring_array::allocate | ( | const char * | s = "UNNAMED" | ) |
| void data_adstring_array::allocate | ( | int | imin, |
| int | imax, | ||
| const char * | s = "UNNAMED" |
||
| ) |
|
|
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5
|