Home
last modified time | relevance | path

Searched defs:ContainerApi (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h112 struct ContainerApi { struct
113 size_t (*size)(uintptr_t container); // return the size of container
114 void (*resize)(uintptr_t container, size_t newSize); // resize the container.
115 void (*erase)(uintptr_t container, size_t index); // remove element from container
116 … uintptr_t (*insert)(uintptr_t container, size_t index); // insert element at location to container
117 uintptr_t (*get)(uintptr_t container,
119 Property property; // property type for the elements in array or container