]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.h
#3174 BBTK Bug New Normal - boost in fedore 26
[bbtk.git] / kernel / src / bbtkUtilities.h
index 1a1a3992f4374d3581ca18bd89558c64cc3f6835..90bb34099c6ab2e10788795647f0626122cdb6ce 100644 (file)
@@ -197,11 +197,12 @@ namespace bbtk
     
     static bool loosematch(std::string stdLine,std::string stdOptions);
     
-   
+
+    static std::string GetEnvHome();
     
     
   };
-class NodeTreeC 
+class BBTK_EXPORT NodeTreeC 
 {
 public:
        std::string data;
@@ -211,24 +212,10 @@ public:
        NodeTreeC(std::string _data);
        ~NodeTreeC();
        void insertChild(std::string _data);
-       void treeTour();
+       void treeTour(int lvl);
        void setData(std::string _data);
+       void deleteTree();
 };
-/*
-class TreeC
-{
-public:
-       NodeTreeC root;
-
-  TreeC();
-       TreeC(std::string _data);
-       ~TreeC();
-       void insertRoot(std::string _data);
-       void treeTour();
-       void insertData(std::string _data);
-       TreeC getSubTree();
-};
- */
   
 } // namespace bbtk