#include <string>
#include <bit/enums.h>
#include <bit/pointer.h>
#include <bit/except.h>
#include <bit/fieldtype.h>
Go to the source code of this file.
Namespaces | |
namespace | bit |
Classes | |
class | bit::FieldBase |
FieldBase serves as a top level parent providing the concepts of a starting offset within a buffer, a length value, and units associated with each. More... | |
class | bit::FieldBase::iterator |
This is a generalized interator that performs all operations using the generalized container methods in the FieldBase class. More... |