PlaceableTwoPassConcept< T * > Struct Template ReferenceConcept map and constraints checking for to allow boost::reference_wrapper<T> to model this concept when T does.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Static Public Member Functions | |
| static void | measure (T *r, extents_t &extents) |
| static void | measure_vertical (T *r, extents_t &calculated_horizontal, const place_data_t &placed_horizontal) |
| static void | place (T *r, const place_data_t &place_data) |
Detailed Description
template<class T>
struct adobe::PlaceableTwoPassConcept< T * >
Definition at line 362 of file placeable_concept.hpp.
Member Function Documentation
| static void measure | ( | T * | r, | |
| extents_t & | extents | |||
| ) | [static] |
Definition at line 365 of file placeable_concept.hpp.
| static void measure_vertical | ( | T * | r, | |
| extents_t & | calculated_horizontal, | |||
| const place_data_t & | placed_horizontal | |||
| ) | [static] |
Definition at line 375 of file placeable_concept.hpp.
| static void place | ( | T * | r, | |
| const place_data_t & | place_data | |||
| ) | [static] |
Definition at line 370 of file placeable_concept.hpp.

