Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
any_image< IMAGE_TYPES > Class Template ReferenceRepresents a run-time specified image.
More...
| |||||||||||||||||||||||||||
Public Types | |
|
typedef any_image_view< typename detail::get_const_views_from_images< IMAGE_TYPES >::type > | const_view_t |
|
typedef any_image_view< typename detail::get_views_from_images< IMAGE_TYPES >::type > | view_t |
Public Member Functions | |
| any_image (const any_image &v) | |
| template<typename T> | |
| any_image (T &obj, bool do_swap) | |
| template<typename T> | |
| any_image (const T &obj) | |
| any_image () | |
| any_image & | operator= (const any_image &v) |
| template<typename T> | |
| any_image & | operator= (const T &obj) |
Definition at line 39 of file any_image.hpp.