UCommon
Data Structures | Namespaces
/usr/src/RPM/BUILD/ucommon-6.3.3/inc/ucommon/bitmap.h File Reference

A simple class to perform bitmap manipulation. More...

#include <ucommon/platform.h>
Include dependency graph for bitmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ucommon::bitmap
 A class to access bit fields in external bitmaps. More...

Namespaces

namespace  ucommon
 

Common namespace for all ucommon objects.



Detailed Description

A simple class to perform bitmap manipulation.

Bitmaps are used to manage bit-aligned objects, such as network cidr addresses. This header introduces a common bitmap management class for the ucommon library.

Definition in file bitmap.h.