Lines Matching refs:fiber_properties
471 [class_heading fiber_properties]
473 A custom fiber properties class must be derived from `fiber_properties`.
480 class fiber_properties {
482 fiber_properties( context *) noexcept;
484 virtual ~fiber_properties();
494 fiber_properties( context * f) noexcept;
500 to the base-class `fiber_properties` constructor.]]
503 [member_heading fiber_properties..notify]
533 derived from [class_link fiber_properties].
557 virtual fiber_properties * new_properties( context *);
628 to retrieve the [class_link fiber_properties] subclass instance for any
642 fiber_properties] subclass explicitly calls [member_link
643 fiber_properties..notify].]]
648 virtual fiber_properties * new_properties( context * f);
651 [[Returns:] [A new instance of [class_link fiber_properties] subclass
656 `fiber_properties` pointer must point to the `PROPS` instance to be associated