PrefixCompressedStringItor Class Reference

#include <prefix_compressed_strings.h>

Collaboration diagram for PrefixCompressedStringItor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Member Functions

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

Private Attributes

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


Detailed Description

Definition at line 36 of file prefix_compressed_strings.h.


Constructor & Destructor Documentation

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

Definition at line 41 of file prefix_compressed_strings.h.

Referenced by operator++().

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

Definition at line 46 of file prefix_compressed_strings.h.

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


Member Function Documentation

bool PrefixCompressedStringItor::at_end (  )  const [inline]

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

Definition at line 56 of file prefix_compressed_strings.h.

References current.

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

Definition at line 68 of file prefix_compressed_strings.h.

References current, left, MAGIC_XOR_VALUE, and p.

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

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

Definition at line 60 of file prefix_compressed_strings.h.

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


Member Data Documentation

std::string PrefixCompressedStringItor::current [private]

Definition at line 39 of file prefix_compressed_strings.h.

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

Definition at line 38 of file prefix_compressed_strings.h.

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

const unsigned char* PrefixCompressedStringItor::p [private]

Definition at line 37 of file prefix_compressed_strings.h.

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


The documentation for this class was generated from the following file:

Documentation for Xapian (version 1.2.13).
Generated on 9 Jan 2013 by Doxygen 1.5.9.