~zorba-coders/zorba/xqueryx_fulltext

« back to all changes in this revision

Viewing changes to src/functions/function_consts.h

  • Committer: Tarmac
  • Author(s): Markos Zaharioudakis, Carlos Lopez
  • Date: 2011-12-20 10:30:38 UTC
  • mfrom: (10564.3.3 fn-type-inference)
  • Revision ID: tarmac-20111220103038-7w8qy4e7o2sfoh6r
Changed functions to use getReturnType(const fo_expr*) const instead of the old one recieving a TypeManager* and std::vector<xqtref_t>.
 Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  FN_APPLY_1,
35
35
 
 
36
  FN_DATA_0,
 
37
 
36
38
  FN_HEAD_1,
37
39
  FN_TAIL_1,
38
40