#include <orsa_file.h>
Public Member Functions | |
OrsaPaths () | |
OrsaPaths (const std::string &config_path) | |
Static Public Member Functions | |
static const char * | work_path () |
static char | path_separator () |
Definition at line 528 of file orsa_file.h.
OrsaPaths | ( | ) |
Definition at line 3236 of file orsa_file.cc.
References ORSA_ERROR, and orsa::orsa_paths.
03236 { 03237 if (orsa_paths) { 03238 ORSA_ERROR("cannot create two OrsaPaths from the same session"); 03239 exit(0); 03240 } 03241 03242 set_path_separator(); 03243 set_path(); 03244 03245 orsa_paths = this; 03246 }
OrsaPaths | ( | const std::string & | config_path | ) |
static char path_separator | ( | ) | [inline, static] |
Definition at line 533 of file orsa_file.h.
static const char* work_path | ( | ) | [inline, static] |
Definition at line 532 of file orsa_file.h.
Referenced by OrsaConfigFile::OrsaConfigFile().