Add possibility to set MultiValue Options.
[command.git] / include / parameter.h
index 443111dbd4d0de120589ac9311a1d8d9008b57ff..1bbfa88739b55aa1c8445feef05ff9d36c7597a7 100644 (file)
@@ -63,6 +63,11 @@ namespace command {
         virtual bool isUsed() {
             return used;
         }
+
+        /**
+         * @return position where value starts in passed string
+         */
+        virtual unsigned int valuePosition(const std::string & ) = 0;
     };
 }