Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Value.hpp

    rc4c113 rddceb1  
    6767  friend class ValueTest;
    6868  friend class ContinuousValueTest;
    69   friend class Parameter<T>;
     69//  friend class Parameter<T>;
    7070public:
    7171  Value();
     
    8585  bool isValidAsString(const std::string &_value) const throw(ParameterValidatorException);
    8686  const std::string getAsString() const throw(ParameterValueException);
     87  const std::string getAsStringUnvalidated() const throw(ParameterValueException);
    8788  void setAsString(const std::string &_value) throw(ParameterException);
    8889
     
    123124#include "Specifics/Value_molecule.hpp"
    124125#include "Specifics/Value_string.hpp"
     126#include "Specifics/Value_vector.hpp"
    125127
    126128#include "Value_impl.hpp"
Note: See TracChangeset for help on using the changeset viewer.