Public Member Functions | Public Attributes | Protected Attributes
DictEntry Class Reference

#include <DictEntry.hh>

Inheritance diagram for DictEntry:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DictEntry ()
 DictEntry (const std::string &k, int h=-1)
int getHashCode ()
const std::string & getKey ()
DictEntrygetNext ()
DictEntrygetNextInScope ()
void setHashCode (int h)
void setKey (const std::string &k)
void setNext (DictEntry *n)
void setScope (DictEntry *s)
virtual ~DictEntry ()

Public Attributes

int this_scope

Protected Attributes

int hashCode
std::string key
DictEntrynext
DictEntryscope

Detailed Description

Definition at line 55 of file DictEntry.hh.


Constructor & Destructor Documentation

DictEntry::DictEntry ( ) [inline]

Definition at line 66 of file DictEntry.hh.

DictEntry::DictEntry ( const std::string &  k,
int  h = -1 
) [inline]

Definition at line 71 of file DictEntry.hh.

virtual DictEntry::~DictEntry ( ) [inline, virtual]

Definition at line 77 of file DictEntry.hh.


Member Function Documentation

int DictEntry::getHashCode ( ) [inline]

Definition at line 87 of file DictEntry.hh.

const std::string& DictEntry::getKey ( ) [inline]

Definition at line 84 of file DictEntry.hh.

Definition at line 90 of file DictEntry.hh.

Definition at line 93 of file DictEntry.hh.

void DictEntry::setHashCode ( int  h) [inline]

Definition at line 86 of file DictEntry.hh.

void DictEntry::setKey ( const std::string &  k) [inline]

Definition at line 83 of file DictEntry.hh.

void DictEntry::setNext ( DictEntry n) [inline]

Definition at line 89 of file DictEntry.hh.

void DictEntry::setScope ( DictEntry s) [inline]

Definition at line 92 of file DictEntry.hh.


Member Data Documentation

int DictEntry::hashCode [protected]

Definition at line 59 of file DictEntry.hh.

std::string DictEntry::key [protected]

Definition at line 58 of file DictEntry.hh.

DictEntry* DictEntry::next [protected]

Definition at line 60 of file DictEntry.hh.

Definition at line 61 of file DictEntry.hh.

Definition at line 64 of file DictEntry.hh.


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


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41