X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDirList.h;h=6dd6624aaff5b7b27d60ae66cc5838b7b1141d2d;hb=1a11accd11061d63d3c09db7b1445637207e81e4;hp=5fa55a2bdbe066bf4a84633bf7c8abfe447c6c21;hpb=72911a1e847536580a21f85f211c0a14cdcf944c;p=gdcm.git diff --git a/src/gdcmDirList.h b/src/gdcmDirList.h index 5fa55a2b..6dd6624a 100644 --- a/src/gdcmDirList.h +++ b/src/gdcmDirList.h @@ -17,13 +17,16 @@ public : std::string GetDirName(void); +/// \ static const char SEPARATOR_X; - static const char SEPARATOR_WIN; +/// / +static const char SEPARATOR_WIN; +/// depending on the O.S. static const std::string SEPARATOR; private : void Explore(std::string dirName,bool recursive=false); - +/// name of the root directory to explore std::string name; };