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