~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/runtime/errors_and_diagnostics/pregenerated/other_diagnostics.h

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  SERIALIZABLE_CLASS_CONSTRUCTOR2T(ReadLineIterator,
46
46
    NaryBaseIterator<ReadLineIterator, PlanIteratorState>);
47
47
 
48
 
  void serialize( ::zorba::serialization::Archiver& ar)
49
 
  {
50
 
    serialize_baseclass(ar,
51
 
    (NaryBaseIterator<ReadLineIterator, PlanIteratorState>*)this);
52
 
  }
 
48
  void serialize( ::zorba::serialization::Archiver& ar);
53
49
 
54
50
  ReadLineIterator(
55
51
    static_context* sctx,
81
77
  SERIALIZABLE_CLASS_CONSTRUCTOR2T(PrintIterator,
82
78
    NaryBaseIterator<PrintIterator, PlanIteratorState>);
83
79
 
84
 
  void serialize( ::zorba::serialization::Archiver& ar)
85
 
  {
86
 
    serialize_baseclass(ar,
87
 
    (NaryBaseIterator<PrintIterator, PlanIteratorState>*)this);
88
 
 
89
 
    ar & thePrintToConsole;
90
 
  }
 
80
  void serialize( ::zorba::serialization::Archiver& ar);
91
81
 
92
82
  PrintIterator(
93
83
    static_context* sctx,
129
119
  SERIALIZABLE_CLASS_CONSTRUCTOR2T(FunctionTraceIterator,
130
120
    NaryBaseIterator<FunctionTraceIterator, PlanIteratorState>);
131
121
 
132
 
  void serialize( ::zorba::serialization::Archiver& ar)
133
 
  {
134
 
    serialize_baseclass(ar,
135
 
    (NaryBaseIterator<FunctionTraceIterator, PlanIteratorState>*)this);
136
 
 
137
 
    ar & theFunctionName;
138
 
    ar & theFunctionLocation;
139
 
    ar & theFunctionCallLocation;
140
 
    ar & theFunctionArity;
141
 
  }
 
122
  void serialize( ::zorba::serialization::Archiver& ar);
142
123
 
143
124
  FunctionTraceIterator(
144
125
    static_context* sctx,