Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Representative of PlaceableConcept so that placeable models PlaceableConcept when T does. More...

#include <poly_placeable.hpp>

Inheritance diagram for placeable:
poly_base< poly_placeable_interface, poly_placeable_instance > poly< placeable >

Public Types

typedef poly_base< poly_placeable_interface, poly_placeable_instancebase_t
Public Types inherited from poly_base< poly_placeable_interface, poly_placeable_instance >
typedef poly_placeable_interface interface_type

Public Member Functions

template<typename T>
 placeable (const T &x)
 placeable (placeable &&x)
void measure (extents_t &result)
void place (const place_data_t &place_data)
Public Member Functions inherited from poly_base< poly_placeable_interface, poly_placeable_instance >
 poly_base (T x, typename boost::disable_if< std::is_base_of< poly_base, T > >::type *=0)
 poly_base (const poly_base< J, K > &x, typename boost::enable_if< is_base_derived_or_same< poly_placeable_interface, J > >::type *=0)
 poly_base (const poly_base &x)
 poly_base (poly_base &&x)
poly_baseoperator= (poly_base x)
 ~poly_base ()
bool is_dynamic_convertible_to () const
const std::type_info & type_info () const
const T & cast () const
T & cast ()
bool cast (T &x) const
poly_baseassign (const T &x)
boost::enable_if< is_base_derived_or_same< poly_placeable_interface, J > >::type assign (const poly_base< J, K > &x)
const interface_typeoperator-> () const
interface_typeoperator-> ()
interface_typeinterface_ref ()
const interface_typeinterface_ref () const
void * storage ()
const void * storage () const

Additional Inherited Members

Static Public Member Functions inherited from poly_base< poly_placeable_interface, poly_placeable_instance >
static bool is_dynamic_convertible_from (const poly_base< J, K > &x)
Public Attributes inherited from poly_base< poly_placeable_interface, poly_placeable_instance >
implementation::storage_t data_m

Detailed Description

Definition at line 77 of file poly_placeable.hpp.

Member Typedef Documentation

◆ base_t

Constructor & Destructor Documentation

◆ placeable() [1/2]

template<typename T>
placeable ( const T & x)
explicit

Definition at line 81 of file poly_placeable.hpp.

◆ placeable() [2/2]

Definition at line 83 of file poly_placeable.hpp.

Member Function Documentation

◆ measure()

void measure ( extents_t & result)

Definition at line 85 of file poly_placeable.hpp.

◆ place()

void place ( const place_data_t & place_data)

Definition at line 87 of file poly_placeable.hpp.