|
| void | open (const std::string &path, size_t elem_size) |
| | ~OldMMapVec () |
| unsigned long | size () const |
| const void * | at (unsigned long k) const |
Definition at line 131 of file provsql_migrate_mmap.cpp.
◆ ~OldMMapVec()
| OldMMapVec::~OldMMapVec |
( |
| ) |
|
|
inline |
◆ at()
| const void * OldMMapVec::at |
( |
unsigned long | k | ) |
const |
|
inline |
◆ open()
| void OldMMapVec::open |
( |
const std::string & | path, |
|
|
size_t | elem_size ) |
|
inline |
◆ size()
| unsigned long OldMMapVec::size |
( |
| ) |
const |
|
inline |
◆ base_
| void* OldMMapVec::base_ = nullptr |
|
private |
◆ elems_
| const uint8_t* OldMMapVec::elems_ = nullptr |
|
private |
◆ esz_
| size_t OldMMapVec::esz_ = 0 |
|
private |
◆ hdr_
◆ sz_
| size_t OldMMapVec::sz_ = 0 |
|
private |
The documentation for this class was generated from the following file: