nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/SeqTable-sparse-index.html

32 lines
No EOL
1,009 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>SeqTable-sparse-index</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>SeqTable-sparse-index</h3><pre>Defined in file <a href="seqtable.asn.html">seqtable.asn</a>
C++ class: <a href="../doxyhtml/classCSeqTable__sparse__index.html">CSeqTable_sparse_index</a>
SeqTable-sparse-index ::= CHOICE {
-- Indexes of rows with values
indexes SEQUENCE OF INTEGER,
-- Bitset of rows with values, set bit means the row has value.
-- Most-significant bit in each octet comes first.
bit-set OCTET STRING,
-- Indexes of rows with values, delta-encoded
indexes-delta SEQUENCE OF INTEGER,
-- Bitset of rows with values, as serialized bvector<>,
-- see include/util/bitset/bm.h
bit-set-bvector <a href="BVector-data.html">BVector-data</a>
}</pre>
</body>
</html>