|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
| struct | PlaceableConcept< T > |
| Concept map and constraints checking for the Placeable concept. More... | |
| struct | PlaceableConcept< T * > |
| Concept map and constraints checking for to allow std::reference_wrapper<T> to model this concept when T does. More... | |
| struct | PlaceableTwoPassConcept< T > |
| Concept map and constraints checking for the PlaceableTwoPass concept. More... | |
| struct | PlaceableTwoPassConcept< T * > |
| Concept map and constraints checking for to allow std::reference_wrapper<T> to model this concept when T does. More... | |
Namespaces | |
| namespace | adobe |
Functions | |
| template<class T> | |
| void | measure (T &t, extents_t &result) |
| template<class T> | |
| void | place (T &t, const place_data_t &place_data) |
| template<class T> | |
| void | measure_vertical (T &t, extents_t &calculated_horizontal, const place_data_t &placed_horizontal) |