8 #ifndef META_OCEAN_PLATFORM_APPLE_MACOS_IMAGE_LIST_H
9 #define META_OCEAN_PLATFORM_APPLE_MACOS_IMAGE_LIST_H
17 #error Platform::Apple::MacOS::ImageList.h needs to be included from an ObjectiveC++ file
76 inline size_t size()
const;
122 listImages(std::move(imageList.listImages))
144 if (
this != &imageList)
146 listImages = std::move(imageList.listImages);
This class implements Ocean's image class.
Definition: Frame.h:1792
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15