Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | Private Member Functions | Friends | List of all members
chopper::sketch::sketch_file Struct Reference

#include <chopper/sketch/sketch_file.hpp>

Public Attributes

chopper::configuration chopper_config {}
 
std::vector< std::vector< std::string > > filenames {}
 
std::vector< seqan::hibf::sketch::hyperloglog > hll_sketches {}
 
std::vector< seqan::hibf::sketch::minhashes > minHash_sketches {}
 

Private Member Functions

template<typename archive_t >
void serialize (archive_t &archive)
 

Friends

class cereal::access
 

Member Function Documentation

◆ serialize()

template<typename archive_t >
void chopper::sketch::sketch_file::serialize ( archive_t &  archive)
inlineprivate

Friends And Related Function Documentation

◆ cereal::access

friend class cereal::access
friend

Member Data Documentation

◆ chopper_config

chopper::configuration chopper::sketch::sketch_file::chopper_config {}

◆ filenames

std::vector<std::vector<std::string> > chopper::sketch::sketch_file::filenames {}

◆ hll_sketches

std::vector<seqan::hibf::sketch::hyperloglog> chopper::sketch::sketch_file::hll_sketches {}

◆ minHash_sketches

std::vector<seqan::hibf::sketch::minhashes> chopper::sketch::sketch_file::minHash_sketches {}

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