
#include <string>
#include <cstdlib>
#include <sigc++/sigc++.h>
#include <bit/enums.h>
#include <bit/pointer.h>
Go to the source code of this file.
Namespaces | |
| namespace | bit |
Classes | |
| class | bit::Data |
| This structure represents a data chunk of octets. More... | |
| class | bit::Data::DataStorage |
Typedefs | |
| typedef enum bit::DataMode | bit::DataMode |
Enumerations | |
| enum | bit::DataMode { bit::COPY, bit::MANAGED, bit::UNMANAGED } |
1.5.6