~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to src/store/naive/json_loader.h

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  cast(const JSONItem_t&);
61
61
 
62
62
  void
63
 
  addValue(std::vector<JSONItem_t>&, const store::Item_t&);
 
63
  addValue(std::vector<store::Item_t>&, const store::Item_t&);
64
64
 
65
65
}; /* class JSONLoader */
66
66