PrefixCompressedStringItor Class Reference

List of all members.

Public Member Functions

 PrefixCompressedStringItor (const std::string &s)
const string & operator * () const
PrefixCompressedStringItor operator++ (int)
PrefixCompressedStringItoroperator++ ()
bool at_end () const
 PrefixCompressedStringItor (const std::string &s)
const string & operator * () const
PrefixCompressedStringItor operator++ (int)
PrefixCompressedStringItoroperator++ ()
bool at_end () const

Private Member Functions

 PrefixCompressedStringItor (const unsigned char *p_, size_t left_, const string &current_)
 PrefixCompressedStringItor (const unsigned char *p_, size_t left_, const string &current_)

Private Attributes

const unsigned char * p
size_t left
string current
const unsigned char * p

Detailed Description

Definition at line 47 of file flint_spelling.cc.


Constructor & Destructor Documentation

PrefixCompressedStringItor::PrefixCompressedStringItor ( const unsigned char *  p_,
size_t  left_,
const string &  current_ 
) [inline, private]

Definition at line 52 of file flint_spelling.cc.

Referenced by operator++().

PrefixCompressedStringItor::PrefixCompressedStringItor ( const std::string &  s  )  [inline]

Definition at line 57 of file flint_spelling.cc.

References left, operator++(), and p.

PrefixCompressedStringItor::PrefixCompressedStringItor ( const unsigned char *  p_,
size_t  left_,
const string &  current_ 
) [inline, private]

Definition at line 304 of file xapian-compact.cc.

PrefixCompressedStringItor::PrefixCompressedStringItor ( const std::string &  s  )  [inline]

Definition at line 309 of file xapian-compact.cc.

References left, operator++(), and p.


Member Function Documentation

const string& PrefixCompressedStringItor::operator * (  )  const [inline]

Definition at line 67 of file flint_spelling.cc.

References current.

PrefixCompressedStringItor PrefixCompressedStringItor::operator++ ( int   )  [inline]

Definition at line 71 of file flint_spelling.cc.

References current, left, operator++(), p, and PrefixCompressedStringItor().

PrefixCompressedStringItor& PrefixCompressedStringItor::operator++ (  )  [inline]

Definition at line 79 of file flint_spelling.cc.

References current, left, MAGIC_XOR_VALUE, and p.

Referenced by operator++(), and PrefixCompressedStringItor().

bool PrefixCompressedStringItor::at_end (  )  const [inline]

Definition at line 97 of file flint_spelling.cc.

References p.

Referenced by FlintSpellingTable::merge_changes().

const string& PrefixCompressedStringItor::operator * (  )  const [inline]

Definition at line 319 of file xapian-compact.cc.

References current.

PrefixCompressedStringItor PrefixCompressedStringItor::operator++ ( int   )  [inline]

Definition at line 323 of file xapian-compact.cc.

References current, left, operator++(), p, and PrefixCompressedStringItor().

PrefixCompressedStringItor& PrefixCompressedStringItor::operator++ (  )  [inline]

Definition at line 331 of file xapian-compact.cc.

References current, left, MAGIC_XOR_VALUE, and p.

bool PrefixCompressedStringItor::at_end (  )  const [inline]

Definition at line 349 of file xapian-compact.cc.

References p.


Member Data Documentation

const unsigned char* PrefixCompressedStringItor::p [private]

Definition at line 48 of file flint_spelling.cc.

Referenced by at_end(), operator++(), and PrefixCompressedStringItor().

size_t PrefixCompressedStringItor::left [private]

Definition at line 49 of file flint_spelling.cc.

Referenced by operator++(), and PrefixCompressedStringItor().

string PrefixCompressedStringItor::current [private]

Definition at line 50 of file flint_spelling.cc.

Referenced by operator *(), and operator++().

const unsigned char* PrefixCompressedStringItor::p [private]

Definition at line 300 of file xapian-compact.cc.


The documentation for this class was generated from the following files:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.