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