feisty meow concerns codebase
2.140
|
#include "bit_vector.h"
#include <basis/byte_array.h>
#include <basis/definitions.h>
#include <basis/functions.h>
#include <basis/guards.h>
Go to the source code of this file.
Namespaces | |
structures | |
A dynamic container class that holds any kind of object via pointers. | |
Macros | |
#define | LOG(s) {} |
Enumerations | |
enum | structures::endian { structures::LEFT_ENDIAN , structures::RIGHT_ENDIAN } |
Variables | |
endian | structures::host_byte_order = LEFT_ENDIAN |
endian | structures::host_bit_order = LEFT_ENDIAN |
#define LOG | ( | s | ) | {} |
Definition at line 29 of file bit_vector.cpp.