Lines Matching defs:boundary
303 class boundary;
307 /// Convenience typedef for a shared_ptr to @ref boundary
308 typedef shared_ptr<boundary> boundary_sptr;
337 eval_boundary(boundary_sptr boundary,
351 /// The abstraction of the boundary of an @ref insertion_range, in the
353 class type_suppression::insertion_range::boundary
359 boundary();
360 virtual ~boundary();
361 };// end class type_suppression::insertion_range::boundary
363 /// An @ref insertion_range boundary that is expressed as an integer
366 : public type_suppression::insertion_range::boundary
380 /// An @ref insertion_range boundary that is expressed as function
384 : public type_suppression::insertion_range::boundary