ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
string_parser Class Reference

Public Member Functions

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

Private Attributes

char * ct
size_t nlen
char * nt
char * str

Detailed Description

Definition at line 354 of file model33.cpp.


Constructor & Destructor Documentation

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

Definition at line 367 of file model33.cpp.

Destructor.

Definition at line 403 of file model33.cpp.


Member Function Documentation

char * string_parser::get_next_option ( size_t &  n)

Definition at line 415 of file model33.cpp.

Referenced by parse_dll_options().


Member Data Documentation

char* string_parser::ct [private]

Definition at line 358 of file model33.cpp.

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

size_t string_parser::nlen [private]

Definition at line 359 of file model33.cpp.

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

char* string_parser::nt [private]

Definition at line 357 of file model33.cpp.

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

char* string_parser::str [private]

Definition at line 356 of file model33.cpp.

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

List of all members.


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