ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
#include <adstring.hpp>
#include <stdlib.h>
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
#include <iostream>
#include <memory.h>
#include <fcntl.h>
#include <sys/types.h>
#include <cassert>
Go to the source code of this file.
Functions | |
int | ad_chdir (const char *s) |
Description not yet available. More... | |
void | ad_getcd (const adstring &_s) |
Description not yet available. More... | |
int | ad_mkdir (const char *s) |
Make directory s. More... | |
int | make_sub_directory (const char *s) |
Create a sub directory s. More... | |
Description not yet available.
Definition in file makesub.cpp.
int ad_chdir | ( | const char * | s | ) |
Description not yet available.
Definition at line 43 of file makesub.cpp.
Referenced by ad_comm::ad_comm(), and make_sub_directory().
void ad_getcd | ( | const adstring & | _s | ) |
Description not yet available.
Definition at line 56 of file makesub.cpp.
Referenced by ad_comm::ad_comm(), DF_FILE::DF_FILE(), grad_stack::grad_stack(), make_sub_directory(), and DF_FILE::~DF_FILE().
int ad_mkdir | ( | const char * | s | ) |
Make directory s.
Definition at line 82 of file makesub.cpp.
Referenced by make_sub_directory().
int make_sub_directory | ( | const char * | s | ) |
Create a sub directory s.
Definition at line 95 of file makesub.cpp.
Referenced by DF_FILE::DF_FILE(), and grad_stack::grad_stack().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |