xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
Glass::fragment Struct Reference

#include <glass_spelling.h>

Public Member Functions

 fragment ()
 
 fragment (char data_[4])
 
char & operator[] (unsigned i)
 
const char & operator[] (unsigned i) const
 
 operator std::string () const
 
bool operator< (const fragment &b) const
 

Public Attributes

char data [4]
 

Detailed Description

Definition at line 38 of file glass_spelling.h.

Constructor & Destructor Documentation

◆ fragment() [1/2]

Glass::fragment::fragment ( )
inline

Definition at line 42 of file glass_spelling.h.

◆ fragment() [2/2]

Glass::fragment::fragment ( char  data_[4])
inlineexplicit

Definition at line 45 of file glass_spelling.h.

Member Function Documentation

◆ operator std::string()

Glass::fragment::operator std::string ( ) const
inline

Definition at line 50 of file glass_spelling.h.

◆ operator<()

bool Glass::fragment::operator< ( const fragment b) const
inline

Definition at line 54 of file glass_spelling.h.

References data.

◆ operator[]() [1/2]

char& Glass::fragment::operator[] ( unsigned  i)
inline

Definition at line 47 of file glass_spelling.h.

◆ operator[]() [2/2]

const char& Glass::fragment::operator[] ( unsigned  i) const
inline

Definition at line 48 of file glass_spelling.h.

Member Data Documentation

◆ data

char Glass::fragment::data[4]

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