summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.hxx.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-14 17:32:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-14 17:32:34 (GMT)
commit784bb60a4ee168421b204b2373dbb88e5a35804c (patch)
tree8cac08750dee29627b5fdde3716ecf3a112020e3 /Source/kwsys/CommandLineArguments.hxx.in
parentd2a3ccd50533a1ce5bbb081a6fe727ed184cdeb1 (diff)
downloadCMake-784bb60a4ee168421b204b2373dbb88e5a35804c.zip
CMake-784bb60a4ee168421b204b2373dbb88e5a35804c.tar.gz
CMake-784bb60a4ee168421b204b2373dbb88e5a35804c.tar.bz2
ENH: It does not really makes sense to have Boolean Argument List
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r--Source/kwsys/CommandLineArguments.hxx.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in
index db5ffc7..b8e36cc 100644
--- a/Source/kwsys/CommandLineArguments.hxx.in
+++ b/Source/kwsys/CommandLineArguments.hxx.in
@@ -192,22 +192,6 @@ public:
kwsys_stl::string* variable, const char* help);
/**
- * Add handler for boolean argument. The argument does not take any option
- * and if it is specified, the value of the variable is true/1, otherwise it
- * is false/0. This will handle the multi argument values.
- */
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<bool>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<int>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<double>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<char*>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<kwsys_stl::string>* variable, const char* help);
-
- /**
* Set the callbacks for error handling.
*/
void SetClientData(void* client_data);