summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:37:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:37:01 (GMT)
commitfe110e2ae08a82bbf5ba096a9d39971d71ed2d72 (patch)
tree5b1b6763ce4c873e203daab1dba021992cced86c /Source/kwsys/SystemTools.hxx.in
parent37f2d32686d57b1c12822d6585b81134544a86c4 (diff)
downloadCMake-fe110e2ae08a82bbf5ba096a9d39971d71ed2d72.zip
CMake-fe110e2ae08a82bbf5ba096a9d39971d71ed2d72.tar.gz
CMake-fe110e2ae08a82bbf5ba096a9d39971d71ed2d72.tar.bz2
ENH: Add split that splits on arbitrary separator
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 59cd008..ca24616 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -189,6 +189,7 @@ public:
* Return false only if the last line stored had no newline
*/
static bool Split(const char* s, kwsys_stl::vector<kwsys_stl::string>& l);
+ static bool Split(const char* s, kwsys_stl::vector<kwsys_stl::string>& l, char separator);
/**
* Return string with space added between capitalized words