#include <boost/concept_check.hpp>
#include <adobe/extents.hpp>
#include <adobe/layout_attributes.hpp>
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 boost::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 boost::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 | measure_vertical (T &t, extents_t &calculated_horizontal, const place_data_t &placed_horizontal) |
template<class T > |
void | place (T &t, const place_data_t &place_data) |