Lines Matching defs:diff_context
264 class diff_context;
266 /// Convenience typedef for a shared pointer of @ref diff_context.
267 typedef shared_ptr<diff_context> diff_context_sptr;
269 /// Convenience typedef for a weak pointer of @ref diff_context.
270 typedef weak_ptr<diff_context> diff_context_wptr;
600 class diff_context
641 diff_context();
643 ~diff_context();
888 };//end struct diff_context.
937 friend class diff_context;