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