Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.hpp

    r389cc8 r986ed3  
    1111#include <iosfwd>
    1212#include <map>
    13 #include <string>
    1413
    1514#include "unittests/periodentafelTest.hpp"
     
    4847  void CleanupPeriodtable();
    4948  element * const FindElement(atomicNumber_t) const;
    50   element * const FindElement(const std::string &shorthand) const;
     49  element * const FindElement(const char * const shorthand) const;
    5150  element * const AskElement() const;
    5251  element * const EnterElement();
     
    5756  reverse_iterator rend();
    5857  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.