#include "pathStore.h"
#include "string_utils.h"
#include "notify.h"
Go to the source code of this file.
Functions | |
string | format_path_store (PathStore store) |
Returns the string corresponding to this method. | |
ostream & | operator<< (ostream &out, PathStore store) |
PathStore | string_path_store (const string &str) |
Stores from a string, as might be input by the user, to one of the known PathStore types. |
Definition in file pathStore.cxx.
|
Returns the string corresponding to this method.
Definition at line 35 of file pathStore.cxx. References PS_absolute, PS_keep, PS_rel_abs, and PS_strip. |
|
Definition at line 66 of file pathStore.cxx. References cmp_nocase(), cmp_nocase_uh(), PathStore, PS_absolute, PS_rel_abs, and PS_relative. |
|
Stores from a string, as might be input by the user, to one of the known PathStore types. Returns PS_invalid if the string is unknown. Definition at line 82 of file pathStore.cxx. References PS_strip. |