ByteLengthPrefixedStringItor Class Reference

List of all members.

Public Member Functions

 ByteLengthPrefixedStringItor (const std::string &s)
string operator * () const
ByteLengthPrefixedStringItor operator++ (int)
ByteLengthPrefixedStringItoroperator++ ()
bool at_end () const

Private Member Functions

 ByteLengthPrefixedStringItor (const unsigned char *p_, size_t left_)

Private Attributes

const unsigned char * p
size_t left

Detailed Description

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


Constructor & Destructor Documentation

ByteLengthPrefixedStringItor::ByteLengthPrefixedStringItor ( const unsigned char *  p_,
size_t  left_ 
) [inline, private]

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

Referenced by operator++().

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

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


Member Function Documentation

string ByteLengthPrefixedStringItor::operator * (  )  const [inline]

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

References MAGIC_XOR_VALUE, and p.

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

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

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

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

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

References left, MAGIC_XOR_VALUE, and p.

Referenced by operator++().

bool ByteLengthPrefixedStringItor::at_end (  )  const [inline]

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

References left.


Member Data Documentation

const unsigned char* ByteLengthPrefixedStringItor::p [private]

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

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

size_t ByteLengthPrefixedStringItor::left [private]

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

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


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