libzypp  11.13.5
Map.cc File Reference
#include <solv/bitmap.h>
#include <iostream>
#include <exception>
#include "zypp/base/LogTools.h"
#include "zypp/base/String.h"
#include "zypp/sat/Map.h"
Include dependency graph for Map.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::sat
 Libsolv interface

Macros

#define M_RANGE_CKECK(IDX, LOC)   if ( ((IDX) >> 3) >= size_type(_pimpl->size) ) throw std::out_of_range( "zypp::sat::Map::" LOC )

Functions

template<>
struct::_Map * zypp::rwcowClone< struct::_Map > (const struct::_Map *rhs)
bool zypp::sat::operator== (const Map &lhs, const Map &rhs)

Detailed Description

Definition in file Map.cc.


Macro Definition Documentation

#define M_RANGE_CKECK (   IDX,
  LOC 
)    if ( ((IDX) >> 3) >= size_type(_pimpl->size) ) throw std::out_of_range( "zypp::sat::Map::" LOC )

Definition at line 72 of file Map.cc.