#include "file/entry.h"
Public Member Functions | |
Entry (const std::string &fname, int64_t offset=0) | |
Entry (const Entry &)=default | |
Entry (Entry &&) noexcept=default | |
Entry & | operator= (Entry &&E) noexcept |
Public Attributes | |
std::string | name |
int64_t | start |
|
inline |
|
default |
|
defaultnoexcept |