ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
string2a.cpp
Go to the documentation of this file.
00001 
00006 #include <adstring.hpp>
00007 
00008 line_adstring& line_adstring::operator=(const adstring& _s)
00009 {
00010   this->adstring::operator=(_s);
00011   return *this;
00012 }
00013 
00014 line_adstring& line_adstring::operator=(const char* _s)
00015 {
00016   this->adstring::operator=(_s);
00017   return *this;
00018 }