libzypp  15.28.6
Bitmap.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_BITMAP_H
13 #define ZYPP_BITMAP_H
14 
15 #include "zypp/sat/Map.h"
17 namespace zypp
18 {
19  typedef sat::Map Bitmap;
20 } // namespace zypp
22 #endif // ZYPP_BITMAP_H
sat::Map Bitmap
Definition: Bitmap.h:19
Libsolv (bit)Map wrapper.
Definition: Map.h:33