Changes in src/periodentafel.hpp [986ed3:389cc8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/periodentafel.hpp
r986ed3 r389cc8 11 11 #include <iosfwd> 12 12 #include <map> 13 #include <string> 13 14 14 15 #include "unittests/periodentafelTest.hpp" … … 47 48 void CleanupPeriodtable(); 48 49 element * const FindElement(atomicNumber_t) const; 49 element * const FindElement(const char * constshorthand) const;50 element * const FindElement(const std::string &shorthand) const; 50 51 element * const AskElement() const; 51 52 element * const EnterElement(); … … 56 57 reverse_iterator rend(); 57 58 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.