| 
    xapian-core
    1.4.29
    
   | 
 
#include <chert_table.h>
 Inheritance diagram for Item_base< T >:
 Collaboration diagram for Item_base< T >:Public Member Functions | |
| Item_base (T p_, int c) | |
| Item_base (T p_) | |
| T | get_address () const | 
| int | size () const | 
| I in diagram above.  More... | |
| bool | get_compressed () const | 
| int | component_of () const | 
| int | components_of () const | 
| Key | key () const | 
| void | append_chunk (std::string *tag) const | 
| uint4 | block_given_by () const | 
| Get this item's tag as a block number (this block should not be at level 0).  More... | |
Protected Attributes | |
| T | p | 
Definition at line 193 of file chert_table.h.
Definition at line 198 of file chert_table.h.
Definition at line 199 of file chert_table.h.
      
  | 
  inline | 
Definition at line 215 of file chert_table.h.
Referenced by ChertTableCheck::print_tag(), and ChertTable::read_tag().
Get this item's tag as a block number (this block should not be at level 0).
Definition at line 224 of file chert_table.h.
Referenced by ChertTable::delete_item(), ChertTableCheck::print_tag(), and ChertTable::readahead_key().
      
  | 
  inline | 
Definition at line 208 of file chert_table.h.
Referenced by ChertTableCheck::block_check(), ChertCursor::find_entry(), ChertCursor::next(), and ChertTableCheck::print_key().
      
  | 
  inline | 
Definition at line 211 of file chert_table.h.
Referenced by ChertTable::add_kt(), ChertTable::delete_kt(), ChertTableCheck::print_tag(), and ChertTable::read_tag().
      
  | 
  inline | 
Definition at line 200 of file chert_table.h.
Referenced by ChertTable::add_item_to_block(), ChertTable::add_kt(), ChertTableCheck::block_check(), ChertTable::close(), and ChertTable::compact().
      
  | 
  inline | 
Definition at line 207 of file chert_table.h.
Referenced by ChertTable::read_tag().
Definition at line 214 of file chert_table.h.
Referenced by ChertTableCheck::block_check(), ChertTable::enter_key(), ChertTable::find_in_block(), ChertCursor::get_key(), and ChertTableCheck::print_key().
      
  | 
  inline | 
I in diagram above.
Definition at line 202 of file chert_table.h.
Referenced by ChertTable::add_item(), ChertTable::add_item_to_block(), ChertTable::add_kt(), ChertTableCheck::block_check(), ChertTableCheck::check(), ChertTable::compact(), ChertTable::delete_item(), and ChertTable::mid_point().
      
  | 
  protected | 
Definition at line 195 of file chert_table.h.