libzypp  13.10.6
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"

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 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)
 

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.