|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
| void | allocate (const char *s1, const char *s="UNNAMED") |
| void | operator= (const adstring &) |
| void | operator= (const char *) |
Protected Member Functions inherited from clist | |
| clist () | |
| clist (const clist &pt) | |
| Copy constructor. More... | |
| clist * | prev () const |
Additional Inherited Members | |
Public Member Functions inherited from adstring | |
| adstring () | |
| Default constructor. More... | |
| adstring (const adstring &v) | |
| adstring (const char v) | |
| adstring (const char *t) | |
| adstring (const unsigned char v) | |
| adstring (const unsigned char *t) | |
| adstring (const size_t lb, const size_t ub) | |
| adstring (const int size) | |
| ~adstring () | |
| Destructor. More... | |
| void | allocate (const char *t) |
| size_t | buff_size () const |
| operator char * () | |
| operator const char * () const | |
| operator const unsigned char * () const | |
| operator unsigned char * () | |
| bool | operator!= (const adstring &u) const |
| bool | operator!= (const char *u) const |
| unsigned char & | operator() (const size_t i) |
| Returns reference to element at specified index i. More... | |
| const unsigned char & | operator() (const size_t i) const |
| Returns reference to element at specified index i. More... | |
| adstring | operator() (const size_t i, const size_t j) |
| adstring | operator() (const size_t i, const size_t j) const |
| adstring & | operator+= (const adstring &u) |
| Return true if adstring is equal to other, otherwise false. More... | |
| adstring & | operator+= (const char u) |
| adstring & | operator= (const adstring &t) |
| adstring & | operator= (const char t) |
| bool | operator== (const adstring &other) const |
| Return true if adstring is equal to other, otherwise false. More... | |
| bool | operator== (const char *u) const |
| unsigned char & | operator[] (const size_t i) |
| Returns reference to element at specified index i. More... | |
| unsigned char & | operator[] (const size_t i) const |
| Returns reference to element at specified index i. More... | |
| size_t | pos (const adstring &substr) const |
| void | realloc (const char *t) |
| size_t | size () const |
| void | to_lower (void) |
| adstring | to_lower (adstring &s) |
| void | to_upper (void) |
| adstring | to_upper (adstring &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) |
Protected Attributes inherited from clist | |
| clist * | next |
Protected Attributes inherited from model_name_tag | |
| adstring | name |
|
protected |
Definition at line 9 of file model36.cpp.
Referenced by dll_named_adstring::allocate().
|
protected |
Definition at line 20 of file model36.cpp.
|
protected |
Definition at line 15 of file model36.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|