|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Concept map and constraints checking for the Placeable concept. More...
#include <placeable_concept.hpp>
Public Member Functions | |
| void | constraints () |
Static Public Member Functions | |
| static void | measure (T &t, extents_t &result) |
| static void | place (T &t, const place_data_t &place_data) |
Public Attributes | |
| T * | placeable |
| const place_data_t | place_data |
| extents_t | extents |
Definition at line 213 of file placeable_concept.hpp.
|
static |
Definition at line 216 of file placeable_concept.hpp.
|
static |
Definition at line 221 of file placeable_concept.hpp.
| void constraints | ( | ) |
Definition at line 228 of file placeable_concept.hpp.
| T* placeable |
Definition at line 240 of file placeable_concept.hpp.
| const place_data_t place_data |
Definition at line 241 of file placeable_concept.hpp.
| extents_t extents |
Definition at line 242 of file placeable_concept.hpp.