- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/FormatParser_Parameters.hpp
r7f570c r118f1e 20 20 #include "Parser/Parameters/ParameterStorage.hpp" 21 21 22 class Parameter ;22 class ParameterAsString; 23 23 24 24 /** This class is an interface to the internal parameters of any FormatParser. … … 41 41 42 42 // accessing parameters in storage 43 void appendParameter(Parameter *instance);43 void appendParameter(ParameterAsString *instance); 44 44 bool haveParameter(const std::string &_name) const; 45 Parameter *getParameter(const std::string &_name) const;45 ParameterAsString *getParameter(const std::string &_name) const; 46 46 47 47 protected:
Note:
See TracChangeset
for help on using the changeset viewer.