|
| | Lexicon () |
| |
| | Lexicon (Lexicon const &) |
| |
| Lexicon & | operator= (Lexicon) |
| |
| void | BackGivePair (Consumer &) |
| |
| virtual void | Clear () |
| |
| Pair const & | Find (Operator const &) const |
| |
| void | FrontGivePair (Consumer &) |
| |
| virtual std::auto_ptr< Om::Source::Source< Element const > > | GetElementRange () const |
| |
| virtual void | GiveElements (Consumer &) |
| |
| virtual void | GiveElements (Consumer &) const |
| |
| virtual bool | IsEmpty () const |
| |
| virtual void | ParseElements (Reader &) |
| |
| virtual void | ParseQuotedElements (Reader &) |
| |
| void | Swap (Lexicon &) |
| |
| template<typename TheOperand > |
| void | TakeOperand (TheOperand &) |
| |
| template<typename TheOperator > |
| void | TakeOperator (TheOperator &) |
| |
| template<typename TheProducer > |
| void | TakeQuotedProducer (TheProducer &) |
| |
| template<typename TheSeparator > |
| void | TakeSeparator (TheSeparator &) |
| |
| virtual bool | Translate (Evaluation &, Operator const &) const |
| | Translates the Operator to an object that is then given to the Evaluation. More...
|
| |
| virtual | ~DefaultProgram ()=0 |
| |
| virtual bool | Equals (Program const &) const |
| |
| virtual void | TakeElements (Producer &) |
| | Takes each Element of the argument. More...
|
| |
| virtual void | TakeElements (Producer const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual | ~DefaultConsumer ()=0 |
| |
| virtual void | TakeElement (Operand &) |
| | Takes a non-empty Element, which gets copied or swapped. More...
|
| |
| virtual void | TakeElement (Operand const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | TakeElement (Operator &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | TakeElement (Operator const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | TakeElement (Separator &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | TakeElement (Separator const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | TakeQuotedElements (Producer &) |
| | Constructs and takes an Operand, which takes each Element from the argument Producer. More...
|
| |
| virtual void | TakeQuotedElements (Producer const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual | ~Consumer ()=0 |
| |
| template<typename TheOperator , typename TheSeparator > |
| void | Parse (Reader &) |
| |
| void | TakeElement (Null &) |
| | Takes a Null Element, which is disregarded. More...
|
| |
| void | TakeElement (Null const &) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual | ~Taker ()=0 |
| |
| void | Take (ThisImplementation &) |
| | Swaps. More...
|
| |
| void | Take (ThisImplementation const &) |
| | Assigns. More...
|
| |
| void | Evaluate (Om::Source::Source< CodePoint const > &, Om::Sink::Sink< CodePoint const > &) const |
| | Evaluates input from the CodePoint Source and pushes it to the CodePoint Sink. More...
|
| |
| std::string | Evaluate (char const theCodeUnitIterator[]) const |
| | A convenience overload that evaluates input from the string and returns the output string. More...
|
| |
Definition at line 65 of file lexicon.hpp.