MBDyn-1.7.3
|
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Classes | |
class | FileName |
Functions | |
int | is_abs_path (const char *const p) |
Variables | |
const char | EXT_SEP = '.' |
const char | DIR_SEP = '/' |
int is_abs_path | ( | const char *const | p | ) |
Definition at line 206 of file fn_UNIX.cc.
References ASSERT.
Referenced by mbdyn_parse_arguments(), and mbdyn_prepare_files().
const char DIR_SEP = '/' |
Definition at line 88 of file filename.h.
Referenced by FileName::iInit(), IncludeParser::Include_int(), mbdyn_parse_arguments(), mbdyn_prepare_files(), operator<<(), and resolve_filename().
const char EXT_SEP = '.' |
Definition at line 63 of file filename.h.
Referenced by FileName::_sPutExt(), FileName::iInit(), and OutputHandler::Open().