Word Locator
 All Classes Files Functions Variables Typedefs
Classes | Typedefs | Functions
wl.h File Reference
#include <string>

Go to the source code of this file.

Classes

struct  wpp
 word-pos pair More...
 
class  ArrayList
 An implementation of Java ArrayList. More...
 
class  TreeNode
 TreeNode with word and pos[]. More...
 
class  RBTree
 implementation of Red-Black Tree More...
 

Typedefs

typedef struct wpp wpp_t
 word-pos pair More...
 

Functions

void toLowerCase (string &str)
 Convert str to lower case in-place. More...
 

Typedef Documentation

typedef struct wpp wpp_t

word-pos pair

word-position pair structure. Has string word and int pos fields.

Function Documentation

void toLowerCase ( string &  str)

Convert str to lower case in-place.

Parameters
str- string to convert