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 bool operator[](size_type idx_r) const
Test bit idx_r.
Type to indicate the bitmap should match the current pools capacity.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
relates: FileConflicts Stream output
std::string asString(const Patch::Category &obj)
relates: Patch::Category string representation.
std::string asString(const char on_r='1', const char off_r='0') const
String representation.
String related utilities and Regular expression matching.
bool operator==(const FileConflicts &lhs, const FileConflicts &rhs)
relates: FileConflicts
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
RWCOW_pointer< detail::CMap > _pimpl
Pointer to implementation.
bool operator!=(const FileConflicts &lhs, const FileConflicts &rhs)
relates: FileConflicts
::s_Map CMap
Wrapped libsolv C data type exposed as backdoor.
Libsolv (bit)Map wrapper.
Easy-to use interface to the ZYPP dependency resolver.