- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineParser_validate.hpp
r7d9416 r33e801 22 22 #include <boost/lexical_cast.hpp> 23 23 24 struct KeyValuePair; 24 25 class RealSpaceMatrixValue; 25 26 class VectorValue; 26 27 28 void validate(boost::any& v, const std::vector<std::string>& values, KeyValuePair *, int); 29 void validate(boost::any& v, const std::vector<std::string>& values, std::vector<KeyValuePair> *, int); 27 30 void validate(boost::any& v, const std::vector<std::string>& values, VectorValue *, int); 28 31 void validate(boost::any& v, const std::vector<std::string>& values, RealSpaceMatrixValue *, int);
Note:
See TracChangeset
for help on using the changeset viewer.