public interface StdVector<E> extends CXXPointer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StdVector.Factory<E> |
| Modifier and Type | Method and Description |
|---|---|
E |
at(int index) |
long |
capacity() |
void |
clear() |
long |
data() |
E |
get(int index) |
StdVector.Factory<E> |
getFactory() |
void |
push_back(E e) |
void |
reserve(long size) |
void |
resize(long size) |
long |
size() |
deletegetAddress, getAddressStdVector.Factory<E> getFactory()
long size()
E get(int index)
E at(int index)
void push_back(E e)
void clear()
long data()
long capacity()
void reserve(long size)
void resize(long size)
Copyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.