FreeLing  3.0
Classes | Public Member Functions | Private Attributes
List Class Reference

#include <prefTree.h>

Collaboration diagram for List:
Collaboration graph
[legend]

List of all members.

Classes

struct  ListRec
struct  ListRecBase
struct  ListRecData
struct  ListRecEnd

Public Member Functions

 List ()
ListRecBasefind (const wchar_t c)
Listpush (const wchar_t c, bool wordEnd=false, const std::wstring *data=NULL)
virtual ~List ()

Private Attributes

ListRecBasebegin
ListRecBaseend

Constructor & Destructor Documentation

List::List ( ) [inline]

Referenced by push().

List::~List ( ) [virtual]

Member Function Documentation

List::ListRecBase * List::find ( const wchar_t  c) [inline]
List * List::push ( const wchar_t  c,
bool  wordEnd = false,
const std::wstring *  data = NULL 
)

Member Data Documentation

Referenced by find(), push(), and ~List().

ListRecBase * List::end [private]

Referenced by push().


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