Concept map and constraints checking for to allow boost::reference_wrapper<T> to model this concept when T does.
#include <placeable_concept.hpp>
List of all members.
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] |
static void measure_vertical |
( |
T * |
r, |
|
|
extents_t & |
calculated_horizontal, |
|
|
const place_data_t & |
placed_horizontal |
|
) |
| [static] |
static void place |
( |
T * |
r, |
|
|
const place_data_t & |
place_data |
|
) |
| [static] |