Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.hpp

    r986ed3 r389cc8  
    1111#include <iosfwd>
    1212#include <map>
     13#include <string>
    1314
    1415#include "unittests/periodentafelTest.hpp"
     
    4748  void CleanupPeriodtable();
    4849  element * const FindElement(atomicNumber_t) const;
    49   element * const FindElement(const char * const shorthand) const;
     50  element * const FindElement(const std::string &shorthand) const;
    5051  element * const AskElement() const;
    5152  element * const EnterElement();
     
    5657  reverse_iterator rend();
    5758  bool Output(std::ostream * const output) const;
    58   bool Checkout(std::ostream * const output, const int * const checkliste) const;
    5959  bool LoadPeriodentafel(const char * const path);
    6060  bool StorePeriodentafel(const char * const path) const;
Note: See TracChangeset for help on using the changeset viewer.