ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
model33.cpp File Reference

(Last Changed on February 17, 2022 for git-revision e9b921f3a6f970f4a53398d141831583cf8746df.)

#include <admodel.h>

Go to the source code of this file.

Classes

class  string_parser
 

Typedefs

typedef char * chararray
 

Functions

void ad_make_code_reentrant (void)
 
void cleanup_argv (int nopt, char ***pa)
 
void davesnobullshitstrncpy (char *a, const char *b, const size_t n)
 
void do_dll_housekeeping (int argc, char **argv)
 
void get_sp_printf (void)
 
char ** no_dll_options (char *pname, const int &_nopt)
 
void parse_dll_options (char *pname, const int &_nopt, char *sp_options, char ***pargv)
 
char ** parse_dll_options (char *pname, const int &_argc, char *s)
 

Typedef Documentation

typedef char* chararray

Definition at line 435 of file model33.cpp.

Function Documentation

void ad_make_code_reentrant ( void  )

Definition at line 9 of file model33.cpp.

void cleanup_argv ( int  nopt,
char ***  pa 
)

Definition at line 124 of file model33.cpp.

void davesnobullshitstrncpy ( char *  a,
const char *  b,
const size_t  n 
)

Definition at line 437 of file model33.cpp.

Referenced by parse_dll_options().

void do_dll_housekeeping ( int  argc,
char **  argv 
)

Definition at line 159 of file model33.cpp.

void get_sp_printf ( void  )

Definition at line 149 of file model33.cpp.

Referenced by do_dll_housekeeping().

char** no_dll_options ( char *  pname,
const int &  _nopt 
)

Definition at line 103 of file model33.cpp.

void parse_dll_options ( char *  pname,
const int &  _nopt,
char *  sp_options,
char ***  pargv 
)

Definition at line 36 of file model33.cpp.

char** parse_dll_options ( char *  pname,
const int &  _argc,
char *  s 
)

Definition at line 443 of file model33.cpp.