Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Implementation of virtual interface for the poly<placeable> modeling PlaceableConcept. More...
#include <poly_placeable.hpp>
Public Types | |
typedef optimized_storage_type< T, poly_placeable_interface >::type | base_t |
Public Member Functions | |
BOOST_CLASS_REQUIRE (T, adobe, PlaceableConcept) | |
poly_placeable_instance (const T &x) | |
poly_placeable_instance (poly_placeable_instance &&x) | |
void | measure (extents_t &result) |
void | place (const place_data_t &place_data) |
Definition at line 52 of file poly_placeable.hpp.
typedef optimized_storage_type<T,poly_placeable_interface>::type base_t |
Definition at line 53 of file poly_placeable.hpp.
poly_placeable_instance | ( | const T & | x | ) |
Definition at line 57 of file poly_placeable.hpp.
poly_placeable_instance | ( | poly_placeable_instance< T > && | x | ) |
Definition at line 58 of file poly_placeable.hpp.
BOOST_CLASS_REQUIRE | ( | T | , |
adobe | , | ||
PlaceableConcept | ) |
void measure | ( | extents_t & | result | ) |
Definition at line 60 of file poly_placeable.hpp.
void place | ( | const place_data_t & | place_data | ) |
Definition at line 62 of file poly_placeable.hpp.