|
ADMB Documentation
-a65f1c97
|
#include <adstring.hpp>
Public Member Functions | |
| line_adstring (void) | |
| line_adstring (const adstring &s) | |
| line_adstring & | operator= (const adstring &s) |
| line_adstring & | operator= (const char *s) |
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 |
Friends | |
| std::istream & | operator>> (std::istream &c, line_adstring &t) |
Additional Inherited Members | |
Protected Member Functions inherited from clist | |
| clist () | |
| clist (const clist &pt) | |
| Copy constructor. More... | |
| clist * | prev () const |
Protected Attributes inherited from clist | |
| clist * | next |
Definition at line 169 of file adstring.hpp.
|
inline |
Definition at line 172 of file adstring.hpp.
|
inline |
Definition at line 173 of file adstring.hpp.
| line_adstring & line_adstring::operator= | ( | const adstring & | s | ) |
Definition at line 10 of file string2a.cpp.
| line_adstring & line_adstring::operator= | ( | const char * | s | ) |
Definition at line 16 of file string2a.cpp.
|
friend |
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|