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 images_(std::move(imageList.images_))
144 if (
this != &imageList)
146 images_ = std::move(imageList.images_);
154 ocean_assert(index <
images_.size());
This class implements Ocean's image class.
Definition Frame.h:1969
The namespace covering the entire Ocean framework.
Definition Accessor.h:15