/* * A chapter index for an open chapter is a mutable structure that tracks all the records that have * been added to the chapter. A chapter index for a closed chapter is similar except that it is * immutable because the contents of a closed chapter can never change, and the immutable structure * is more efficient. Both types of chapter index are implemented with a delta index.
*/
/* The value returned when no entry is found in the chapter index. */ #define NO_CHAPTER_INDEX_ENTRY U16_MAX
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.