12 #ifndef ZYPP_TARGET_SOLVIDENTFILE_H
13 #define ZYPP_TARGET_SOLVIDENTFILE_H
37 typedef std::unordered_set<IdString>
Data;
46 const Pathname &
file()
const
86 if ( lhs.size() != rhs.size() )
88 for_( it, lhs.begin(), lhs.end() )
90 if ( rhs.find( *it ) == rhs.end() )
96 static void load(
const Pathname & file_r,
Data & data_r );
98 static void store(
const Pathname & file_r,
const Data & data_r );
115 #endif // ZYPP_TARGET_SOLVIDENTFILE_H