OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
AssemblyInfo Struct Reference

#include <linear_indexer.hh>

Public Member Functions

void Read (std::ifstream &in_stream)
 
void Write (std::ofstream &out_stream) const
 
bool operator== (const AssemblyInfo &other) const
 
bool operator!= (const AssemblyInfo &other) const
 

Data Fields

uint64_t data_start
 
std::vector< Stringchain_names
 
std::vector< uintchain_lengths
 

Detailed Description

Definition at line 37 of file linear_indexer.hh.

Member Function Documentation

bool operator!= ( const AssemblyInfo other) const
inline

Definition at line 49 of file linear_indexer.hh.

bool operator== ( const AssemblyInfo other) const
inline

Definition at line 43 of file linear_indexer.hh.

void Read ( std::ifstream &  in_stream)
void Write ( std::ofstream &  out_stream) const

Field Documentation

std::vector<uint> chain_lengths

Definition at line 55 of file linear_indexer.hh.

std::vector<String> chain_names

Definition at line 54 of file linear_indexer.hh.

uint64_t data_start

Definition at line 53 of file linear_indexer.hh.


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