~matthias-brantner/zorba/bug-863730

« back to all changes in this revision

Viewing changes to include/zorba/dynamic_context.h

  • Committer: Tarmac
  • Author(s): gabipetrovay, markosza
  • Date: 2011-09-23 06:36:01 UTC
  • mfrom: (10461.1.6)
  • Revision ID: tarmac-20110923063601-85aj4pid35ruwpc5
Merge of Sourceforge changes through r12126.. Approved: Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
  /** \brief Add a name-value pair the this context.
213
213
   *         The value can be accessed in the evaluate method
214
 
   *         of external functions (see NonePureStatelessExternalFunction).
 
214
   *         of external functions (see ContextualExternalFunction).
215
215
   *
216
216
   * @param aName the name of the parameter to add
217
217
   * @param aValue the value that can be accessed in the evaluate method.
224
224
  /** \brief Get the value of a pair that was registered using
225
225
   *         the addExternalFunctionParam method. This can
226
226
   *         be used in the evaluate method
227
 
   *         of external functions (see NonePureStatelessExternalFunction).
 
227
   *         of external functions (see ContextualExternalFunction).
228
228
   *
229
229
   * @param aName the name of the parameter to retrieve
230
230
   * @param aValue the value matching the given name if true is returned.