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. | |
| void | ad_getcd (const adstring &_s) |
| Description not yet available. | |
| int | ad_mkdir (const char *s) |
| Make directory s. | |
| int | make_sub_directory (const char *s) |
| Create a sub directory s. | |
Description not yet available.
Definition in file makesub.cpp.
| int ad_chdir | ( | const char * | s | ) |
Description not yet available.
Definition at line 44 of file makesub.cpp.
Referenced by ad_comm::ad_comm(), and make_sub_directory().
Description not yet available.
Definition at line 57 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 83 of file makesub.cpp.
Referenced by make_sub_directory().
| int make_sub_directory | ( | const char * | s | ) |
Create a sub directory s.
Definition at line 96 of file makesub.cpp.
Referenced by DF_FILE::DF_FILE(), and grad_stack::grad_stack().
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|