23 lines
No EOL
888 B
HTML
23 lines
No EOL
888 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Seq-map-table</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>Seq-map-table</h3><pre>Defined in file <a href="seqcode.asn.html">seqcode.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeq__map__table.html">CSeq_map_table</a>
|
|
|
|
|
|
Seq-map-table ::= SEQUENCE { -- for tables of sequence mappings
|
|
from <a href="Seq-code-type.html">Seq-code-type</a> , -- code to map from
|
|
to <a href="Seq-code-type.html">Seq-code-type</a> , -- code to map to
|
|
num INTEGER , -- number of rows in table
|
|
start-at INTEGER DEFAULT 0 , -- index offset of first element
|
|
table SEQUENCE OF INTEGER } -- table of values, in from-to order</pre>
|
|
</body>
|
|
</html> |