xapian-core  2.0.0
Public Member Functions | Public Attributes | List of all members
edist_seq< Char > Struct Template Reference

Public Member Functions

 edist_seq (const Char *ptr_, int len_)
 

Public Attributes

const Char * ptr
 
int len
 

Detailed Description

template<class Char>
struct edist_seq< Char >

Definition at line 45 of file editdistance.cc.

Constructor & Destructor Documentation

◆ edist_seq()

template<class Char >
edist_seq< Char >::edist_seq ( const Char *  ptr_,
int  len_ 
)
inline

Definition at line 46 of file editdistance.cc.

Member Data Documentation

◆ len

template<class Char >
int edist_seq< Char >::len

Definition at line 48 of file editdistance.cc.

Referenced by edist_state< Char >::is_transposed().

◆ ptr

template<class Char >
const Char* edist_seq< Char >::ptr

Definition at line 47 of file editdistance.cc.

Referenced by edist_state< Char >::is_transposed().


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