T
- vector component typepublic class vector<T> extends CPPObject
Constructor and Description |
---|
vector(Pointer<? extends vector<T>> peer,
Type t) |
vector(Type t) |
Modifier and Type | Method and Description |
---|---|
Pointer<T> |
_M_end_of_storage()
Deprecated.
|
Pointer<T> |
_M_finish()
Deprecated.
|
Pointer<T> |
_M_start()
Deprecated.
|
T |
back() |
boolean |
empty() |
T |
front() |
T |
get(int index) |
T |
get(long index) |
void |
push_back(T value) |
long |
size() |
offsetOfField, toString
clone, equals
@Deprecated public Pointer<T> _M_start()
@Deprecated public Pointer<T> _M_finish()
@Deprecated public Pointer<T> _M_end_of_storage()
public boolean empty()
public long size()
Copyright © 2009-2015. All Rights Reserved.