Zip and Skip Tries
Loading...
Searching...
No Matches
Public Attributes | List of all members
genetics::GeneManager::GeneInfo Struct Reference

Structure to track information about a gene in the combined file. More...

Public Attributes

std::string name
 Name or identifier of the gene.
 
std::streampos position
 File position where the gene data begins.
 
size_t size
 Size of the gene data in bytes.
 

Detailed Description

Structure to track information about a gene in the combined file.

Stores metadata about each gene including its name, position in the file, and size, allowing for efficient direct access to individual genes.

Definition at line 259 of file genetics.cuh.

Member Data Documentation

◆ name

std::string genetics::GeneManager::GeneInfo::name

Name or identifier of the gene.

Definition at line 261 of file genetics.cuh.

◆ position

std::streampos genetics::GeneManager::GeneInfo::position

File position where the gene data begins.

Definition at line 262 of file genetics.cuh.

◆ size

size_t genetics::GeneManager::GeneInfo::size

Size of the gene data in bytes.

Definition at line 263 of file genetics.cuh.


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