Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/PdbAtomInfoContainer.hpp

    r3e383d r765f16  
    1414#endif
    1515
     16#include <string>
     17#include <typeinfo>
    1618
     19#include "LinearAlgebra/Vector.hpp"
    1720#include "PdbKey.hpp"
    1821
    19 class PdbParser;
    20 class Vector;
     22#include "ParserTypes.hpp"
    2123
    22 #include <string>
    23 #include <typeinfo>
     24//template <class T> class FormatParser;
     25//template<> class FormatParser< pdb >;
    2426
    2527/**
     
    2729 */
    2830class 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;
    3033public:
    3134  PdbAtomInfoContainer();
Note: See TracChangeset for help on using the changeset viewer.