- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/PdbAtomInfoContainer.hpp
r3e383d r765f16 14 14 #endif 15 15 16 #include <string> 17 #include <typeinfo> 16 18 19 #include "LinearAlgebra/Vector.hpp" 17 20 #include "PdbKey.hpp" 18 21 19 class PdbParser; 20 class Vector; 22 #include "ParserTypes.hpp" 21 23 22 #include <string> 23 #include <typeinfo> 24 //template <class T> class FormatParser; 25 //template<> class FormatParser< pdb >; 24 26 25 27 /** … … 27 29 */ 28 30 class PdbAtomInfoContainer { 29 friend class PdbParser; 31 //!> Grant all FormatParser specializations access, otherwise we have to fully define FormatParser<pdb> 32 template<enum ParserTypes> friend class FormatParser; 30 33 public: 31 34 PdbAtomInfoContainer();
Note:
See TracChangeset
for help on using the changeset viewer.