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