#include <phd.h>
Public Member Functions | |
phd (string const fname) | |
void | show (ostream &o) |
T | getCskip () |
T | dSkip (int c) |
T | dSub (int const a, int const b) |
T | dExp (int const a, int const b, int const c) |
Private Member Functions | |
T | V (char a) |
T | max (const T &a, const T &b) |
Private Attributes | |
T | csub |
T | cexp |
T | cvowel |
T | cskip |
T | cspace |
T | distance [MAX][MAX] |
set< char > | svowels |
set< char > | sconsonants |
int | debug |
T phd< T >::dExp | ( | int const | a, | |
int const | b, | |||
int const | c | |||
) | [inline] |
T phd< T >::dSkip | ( | int | c | ) | [inline] |
T phd< T >::dSub | ( | int const | a, | |
int const | b | |||
) | [inline] |
T phd< T >::getCskip | ( | ) | [inline] |
T phd< T >::max | ( | const T & | a, | |
const T & | b | |||
) | [inline, private] |
Referenced by phd< int >::dExp().
void phd< T >::show | ( | ostream & | o | ) | [inline] |
T phd< T >::V | ( | char | a | ) | [inline, private] |
Referenced by phd< int >::dExp(), and phd< int >::dSub().
Referenced by phd< int >::dExp(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::dSkip(), phd< int >::getCskip(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::dSkip(), phd< int >::dSub(), and phd< int >::phd().
Referenced by phd< int >::dSub(), phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::phd(), phd< int >::show(), and phd< int >::V().
Referenced by phd< int >::phd().
Referenced by phd< int >::dExp(), phd< int >::dSub(), phd< int >::phd(), and phd< int >::show().
set<char> phd< T >::sconsonants [private] |
Referenced by phd< int >::phd(), and phd< int >::show().
Referenced by phd< int >::phd(), phd< int >::show(), and phd< int >::V().