dmlite::Chunk Struct Reference
Represents a chunk of a file.
More...
#include <pooldriver.h>
List of all members.
Detailed Description
Represents a chunk of a file.
Constructor & Destructor Documentation
dmlite::Chunk::Chunk |
( |
const std::string & |
url, |
|
|
uint64_t |
offset, |
|
|
uint64_t |
size | |
|
) |
| | |
dmlite::Chunk::Chunk |
( |
const std::string & |
str |
) |
[explicit] |
Chunk from a serialized string.
Member Function Documentation
bool dmlite::Chunk::operator!= |
( |
const Chunk & |
|
) |
const |
bool dmlite::Chunk::operator< |
( |
const Chunk & |
|
) |
const |
bool dmlite::Chunk::operator== |
( |
const Chunk & |
|
) |
const |
bool dmlite::Chunk::operator> |
( |
const Chunk & |
|
) |
const |
std::string dmlite::Chunk::toString |
( |
void |
|
) |
const |
Member Data Documentation
The documentation for this struct was generated from the following file: