34 #include "../my_config.h"
39 #define FAKE_ROOT path(string("<ROOT>"), true)
64 path(
const std::string & s,
bool x_undisclosed =
false);
70 path(
const char *s,
bool x_undisclosed =
false) { *
this =
path(std::string(s), x_undisclosed); };
114 bool pop(std::string & arg);
153 unsigned int degre()
const {
return dirs.size() + (relative ? 0 : 1); };
159 std::list<std::string>::iterator reading;
160 std::list<std::string> dirs;