- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/FormatParser_Parameters.hpp
r118f1e r7f570c 20 20 #include "Parser/Parameters/ParameterStorage.hpp" 21 21 22 class Parameter AsString;22 class Parameter; 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 AsString*instance);43 void appendParameter(Parameter *instance); 44 44 bool haveParameter(const std::string &_name) const; 45 Parameter AsString*getParameter(const std::string &_name) const;45 Parameter *getParameter(const std::string &_name) const; 46 46 47 47 protected:
Note:
See TracChangeset
for help on using the changeset viewer.