• →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.4 Data Structures
  • » 2.4.2 Hash

2.4.2 HashΒΆ

  • 2.4.2.1 Types
    • ZixHash
    • ZixHashCode
    • ZixHashFunc
    • ZixHashKey
    • ZixHashRecord
    • ZixHashSearchData
    • ZixKeyEqualFunc
    • ZixKeyFunc
  • 2.4.2.2 Setup
    • zix_hash_free()
    • zix_hash_new()
    • zix_hash_size()
  • 2.4.2.3 Iteration
    • ZixHashIter
    • zix_hash_begin()
    • zix_hash_end()
    • zix_hash_get()
    • zix_hash_next()
  • 2.4.2.4 Modification
    • ZixKeyMatchFunc
    • ZixHashInsertPlan
      • code
      • index
    • zix_hash_erase()
    • zix_hash_insert()
    • zix_hash_insert_at()
    • zix_hash_plan_insert()
    • zix_hash_plan_insert_prehashed()
    • zix_hash_record_at()
    • zix_hash_remove()
  • 2.4.2.5 Searching
    • zix_hash_find()
    • zix_hash_find_record()
Copyright 2011-2025, David Robillard. Generated for Zix 0.8.0 using Sphinx 9.1.0.
  • →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.4 Data Structures
  • » 2.4.2 Hash