Changes in src/periodentafel.hpp [389cc8:986ed3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/periodentafel.hpp
r389cc8 r986ed3 11 11 #include <iosfwd> 12 12 #include <map> 13 #include <string>14 13 15 14 #include "unittests/periodentafelTest.hpp" … … 48 47 void CleanupPeriodtable(); 49 48 element * const FindElement(atomicNumber_t) const; 50 element * const FindElement(const std::string &shorthand) const;49 element * const FindElement(const char * const shorthand) const; 51 50 element * const AskElement() const; 52 51 element * const EnterElement(); … … 57 56 reverse_iterator rend(); 58 57 bool Output(std::ostream * const output) const; 58 bool Checkout(std::ostream * const output, const int * const checkliste) const; 59 59 bool LoadPeriodentafel(const char * const path); 60 60 bool StorePeriodentafel(const char * const path) const;
Note:
See TracChangeset
for help on using the changeset viewer.