ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
string_parser Class Reference

Public Member Functions

 string_parser (char *s, const size_t n)
 
 ~string_parser ()
 Destructor. More...
 
char * get_next_option (size_t &n)
 

Private Attributes

char * ct
 
size_t nlen
 
char * nt
 
char * str
 

Detailed Description

Definition at line 350 of file model33.cpp.

Constructor & Destructor Documentation

string_parser::string_parser ( char *  s,
const size_t  n 
)

Definition at line 363 of file model33.cpp.

string_parser::~string_parser ( )

Destructor.

Definition at line 399 of file model33.cpp.

Member Function Documentation

char * string_parser::get_next_option ( size_t &  n)

Definition at line 411 of file model33.cpp.

Referenced by parse_dll_options().

Member Data Documentation

char* string_parser::ct
private

Definition at line 354 of file model33.cpp.

Referenced by get_next_option(), string_parser(), and ~string_parser().

size_t string_parser::nlen
private

Definition at line 355 of file model33.cpp.

Referenced by get_next_option(), string_parser(), and ~string_parser().

char* string_parser::nt
private

Definition at line 353 of file model33.cpp.

Referenced by get_next_option(), string_parser(), and ~string_parser().

char* string_parser::str
private

Definition at line 352 of file model33.cpp.

Referenced by string_parser(), and ~string_parser().


The documentation for this class was generated from the following file: