11 #ifndef ZYPP_SAT_MAP_H 12 #define ZYPP_SAT_MAP_H 74 void assignAll(
bool val_r );
89 void assign(
size_type idx_r,
bool val_r );
101 {
return test( idx_r ); }
105 std::string
asString(
const char on_r =
'1',
const char off_r =
'0' )
const;
110 {
return _pimpl.get(); }
124 {
return !( lhs == rhs ); }
136 #endif // ZYPP_SAT_MAP_H std::string asString(const Patch::Category &obj)
bool operator[](size_type idx_r) const
Test bit idx_r.
Type to indicate the bitmap should match the current pools capacity.
bool operator!=(const Map &lhs, const Map &rhs)
bool operator==(const Map &lhs, const Map &rhs)
std::ostream & operator<<(std::ostream &str, const Map &obj)
std::string asString(const char on_r='1', const char off_r='0') const
String representation.
String related utilities and Regular expression matching.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
RWCOW_pointer< detail::CMap > _pimpl
Pointer to implementation.
::s_Map CMap
Wrapped libsolv C data type exposed as backdoor.
Libsolv (bit)Map wrapper.
Easy-to use interface to the ZYPP dependency resolver.