ERAV: Entity Relation Attribute Value:
Classes | Functions | Variables
ERAV Namespace Reference

[E]ntity [R]elation [A]ttribute [V]alue More...

Classes

class  tuple
class  WORD_tuple
class  WORD
 map<> ( WORD && STRING ). More...
struct  attrib
struct  tag
class  token
class  context
class  parser
class  exception

Functions

void merge_into (std::list< ERAV::tuple > &L, std::list< ERAV::tuple > &FROM)
int tplcmp (const ERAV::tuple &l, const ERAV::tuple &r)
 (l<r)==>(-1) (l==r)==>((0)) (l>r)==>(+1).
bool isLess (const ERAV::tuple &l, const ERAV::tuple &r)
 (l<r) ???.
bool operator< (const ERAV::tuple &l, const ERAV::tuple &r)
 (l<r) ???.
bool operator== (const ERAV::tuple &l, const ERAV::tuple &r)
 (l==r) ???.
int yylex (char const **cursor, char const **yytext, int *yyleng, int *yyline)

Variables

const int LANG_LEN = 2

Detailed Description

[E]ntity [R]elation [A]ttribute [V]alue


Function Documentation

void ERAV::merge_into ( std::list< ERAV::tuple > &  L,
std::list< ERAV::tuple > &  FROM 
)
int ERAV::tplcmp ( const ERAV::tuple l,
const ERAV::tuple r 
)

(l<r)==>(-1) (l==r)==>((0)) (l>r)==>(+1).

Definition at line 636 of file ERAV.cpp.

bool ERAV::isLess ( const ERAV::tuple l,
const ERAV::tuple r 
)

(l<r) ???.

bool ERAV::operator< ( const ERAV::tuple l,
const ERAV::tuple r 
) [inline]

(l<r) ???.

Definition at line 105 of file ERAV.h.

bool ERAV::operator== ( const ERAV::tuple l,
const ERAV::tuple r 
) [inline]

(l==r) ???.

Definition at line 114 of file ERAV.h.

int ERAV::yylex ( char const **  cursor,
char const **  yytext,
int *  yyleng,
int *  yyline 
)

Definition at line 466 of file ERAV.cpp.


Variable Documentation

const int ERAV::LANG_LEN = 2

Definition at line 122 of file ERAV.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines