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;
124 {
return !( lhs == rhs ); }
Libsolv (bit)Map wrapper.
std::string asString(const char on_r='1', const char off_r='0') const
String representation.
bool operator[](size_type idx_r) const
Test bit idx_r.
std::ostream & operator<<(std::ostream &str, const Map &obj)
Stream output.
RWCOW_pointer< detail::CMap > _pimpl
Pointer to implementation.
bool operator!=(const Map &lhs, const Map &rhs)
String related utilities and Regular expression matching.
::s_Map CMap
Wrapped libsolv C data type exposed as backdoor.
bool empty() const
Whether neither idents nor provides are set.
RWCOW_pointer< Impl > _pimpl
Implementation class.
bool operator==(const Map &lhs, const Map &rhs)
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
sat::detail::CMap * rwcowClone< sat::detail::CMap >(const sat::detail::CMap *rhs)
RW_pointer supporting 'copy on write' functionality.
Type to indicate the bitmap should match the current pools capacity.