ADMB Documentation  11.1.1015
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Typedefs | Functions
model33.cpp File Reference

(* $Id: model33.cpp 542 2012-07-10 21:04:06Z johnoel $)

#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 ssbul_l (char *ptmp)
void parse_dll_options (char *pname, const int &_nopt, char *sp_options, char ***pargv)
char ** no_dll_options (char *pname, const int &_nopt)
void cleanup_argv (int nopt, char ***pa)
void do_dll_housekeeping (int argc, char **argv)
void davesnobullshitstrncpy (char *a, const char *b, int n)
char ** parse_dll_options (char *s, int &argc)
char ** parse_dll_options (char *pname, const int &_argc, char *s)

Typedef Documentation

typedef char* chararray

Definition at line 409 of file model33.cpp.


Function Documentation

void ad_make_code_reentrant ( void  )

Definition at line 9 of file model33.cpp.

void ssbul_l ( char *  ptmp)

Definition at line 48 of file model33.cpp.

Referenced by parse_dll_options().

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

Definition at line 50 of file model33.cpp.

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

Definition at line 108 of file model33.cpp.

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

Definition at line 122 of file model33.cpp.

void do_dll_housekeeping ( int  argc,
char **  argv 
)

Definition at line 143 of file model33.cpp.

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

Definition at line 411 of file model33.cpp.

Referenced by parse_dll_options().

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

Definition at line 417 of file model33.cpp.