#include <adstring.hpp>
Public Member Functions | |
line_adstring (void) | |
line_adstring (const adstring &s) | |
line_adstring & | operator= (const adstring &s) |
/file Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California | |
line_adstring & | operator= (const char *s) |
Friends | |
std::istream & | operator>> (std::istream &c, line_adstring &t) |
Definition at line 166 of file adstring.hpp.
line_adstring::line_adstring | ( | void | ) | [inline] |
Definition at line 169 of file adstring.hpp.
line_adstring::line_adstring | ( | const adstring & | s | ) | [inline] |
Definition at line 170 of file adstring.hpp.
line_adstring & line_adstring::operator= | ( | const adstring & | s | ) |
/file Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California
Reimplemented from adstring.
Reimplemented in named_line_adstring.
Definition at line 8 of file string2a.cpp.
Referenced by operator=().
line_adstring & line_adstring::operator= | ( | const char * | s | ) |
Reimplemented in named_line_adstring.
Definition at line 14 of file string2a.cpp.
std::istream& operator>> | ( | std::istream & | c, |
line_adstring & | t | ||
) | [friend] |
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |