Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
dll_named_adstring (void) | |
~dll_named_adstring () | |
void | allocate (char **ps1, const char *s="UNNAMED") |
void | operator= (const adstring &) |
void | operator= (const char *) |
Private Attributes | |
char ** | d |
Definition at line 40 of file model36.cpp.
dll_named_adstring::dll_named_adstring | ( | void | ) | [inline] |
void dll_named_adstring::allocate | ( | char ** | ps1, |
const char * | s = "UNNAMED" |
||
) |
Definition at line 35 of file model36.cpp.
void dll_named_adstring::operator= | ( | const adstring & | _s | ) |
Reimplemented from named_adstring.
Definition at line 30 of file model36.cpp.
Referenced by operator=().
void dll_named_adstring::operator= | ( | const char * | _s | ) |
Reimplemented from named_adstring.
Definition at line 25 of file model36.cpp.
char** dll_named_adstring::d [private] |
Definition at line 1533 of file admodel.h.
Referenced by dll_named_adstring(), and ~dll_named_adstring().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |