#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 3235 of file orsa_file.cc.
References ORSA_ERROR, and orsa::orsa_paths.
03235 { 03236 if (orsa_paths) { 03237 ORSA_ERROR("cannot create two OrsaPaths from the same session"); 03238 exit(0); 03239 } 03240 03241 set_path_separator(); 03242 set_path(); 03243 03244 orsa_paths = this; 03245 }
OrsaPaths | ( | const std::string & | config_path | ) |
static const char* work_path | ( | ) | [inline, static] |
static char path_separator | ( | ) | [inline, static] |