DynGenPar
Dynamic Generalized Parser
Public Member Functions
DynGenPar::Function Class Reference

PMCFG function. More...

Inheritance diagram for DynGenPar::Function:
Inheritance graph

List of all members.

Public Member Functions

 Function ()
 Function (const QList< Sequence > &list)
Functionoperator+= (const QList< Sequence > &other)
Functionoperator+= (const Sequence &value)
Functionoperator<< (const QList< Sequence > &other)
Functionoperator<< (const Sequence &value)
void add (const Sequence &value)
 Java-style (for consistency, even though append is detected here)
QList< Sequence > & toList ()
 for bindings

Detailed Description

PMCFG function.

Definition at line 875 of file dyngenpar.h.


Constructor & Destructor Documentation

DynGenPar::Function::Function ( ) [inline]

Definition at line 877 of file dyngenpar.h.

DynGenPar::Function::Function ( const QList< Sequence > &  list) [inline, explicit]

Definition at line 878 of file dyngenpar.h.


Member Function Documentation

void DynGenPar::Function::add ( const Sequence value) [inline]

Java-style (for consistency, even though append is detected here)

Definition at line 896 of file dyngenpar.h.

Function& DynGenPar::Function::operator+= ( const QList< Sequence > &  other) [inline]

Definition at line 879 of file dyngenpar.h.

Function& DynGenPar::Function::operator+= ( const Sequence value) [inline]

Definition at line 883 of file dyngenpar.h.

Function& DynGenPar::Function::operator<< ( const Sequence value) [inline]

Definition at line 891 of file dyngenpar.h.

Function& DynGenPar::Function::operator<< ( const QList< Sequence > &  other) [inline]

Definition at line 887 of file dyngenpar.h.

QList<Sequence>& DynGenPar::Function::toList ( ) [inline]

for bindings

Definition at line 900 of file dyngenpar.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines