~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to exprtree/expr.h

  • Committer: paulped at ETHZ
  • Date: 2007-01-25 19:55:55 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:334
added nodeid service to context
added a test data directory 'wordlists'
miscellaneous bug fixes, unit testing improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1171
1171
public:
1172
1172
        std::ostream& put(std::ostream&, context const&) const;
1173
1173
 
 
1174
public:
 
1175
        rchandle<item_iterator> eval(context&);
 
1176
 
1174
1177
};
1175
1178
 
1176
1179
 
1230
1233
public:
1231
1234
        std::ostream& put(std::ostream&, context const&) const;
1232
1235
 
 
1236
public:
 
1237
        rchandle<item_iterator> eval(context&);
 
1238
 
1233
1239
};
1234
1240
 
1235
1241
 
1269
1275
public:
1270
1276
        std::ostream& put(std::ostream&, context const&) const;
1271
1277
 
 
1278
public:
 
1279
        rchandle<item_iterator> eval(context&);
 
1280
 
1272
1281
};
1273
1282
 
1274
1283