Developer documentation
Version 3.0.3-105-gd3941f44
MR::File::Entry Class Reference

#include "file/entry.h"

Inheritance diagram for MR::File::Entry:
MR::File::MMap

Public Member Functions

 Entry (const std::string &fname, int64_t offset=0)
 
 Entry (const Entry &)=default
 
 Entry (Entry &&) noexcept=default
 
Entryoperator= (Entry &&E) noexcept
 

Public Attributes

std::string name
 
int64_t start
 

Detailed Description

Definition at line 29 of file entry.h.

Constructor & Destructor Documentation

◆ Entry() [1/3]

MR::File::Entry::Entry ( const std::string &  fname,
int64_t  offset = 0 
)
inline

Definition at line 31 of file entry.h.

◆ Entry() [2/3]

MR::File::Entry::Entry ( const Entry )
default

◆ Entry() [3/3]

MR::File::Entry::Entry ( Entry &&  )
defaultnoexcept

Member Function Documentation

◆ operator=()

Entry & MR::File::Entry::operator= ( Entry &&  E)
inlinenoexcept

Definition at line 36 of file entry.h.

Member Data Documentation

◆ name

std::string MR::File::Entry::name

Definition at line 42 of file entry.h.

◆ start

int64_t MR::File::Entry::start

Definition at line 43 of file entry.h.


The documentation for this class was generated from the following file: