@Name(value="std::vector<tensorflow::Edge*>") public static class tensorflow.EdgeVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.EdgeVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
EdgeVector() |
EdgeVector(long n) |
EdgeVector(Pointer p)
Pointer cast constructor.
|
EdgeVector(tensorflow.Edge... array) |
EdgeVector(tensorflow.Edge value) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.EdgeVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
tensorflow.EdgeVector.Iterator |
end() |
tensorflow.EdgeVector.Iterator |
erase(tensorflow.EdgeVector.Iterator pos) |
tensorflow.Edge[] |
get() |
tensorflow.Edge |
get(long i) |
tensorflow.EdgeVector.Iterator |
insert(tensorflow.EdgeVector.Iterator pos,
tensorflow.Edge value) |
tensorflow.Edge |
pop_back() |
tensorflow.EdgeVector |
push_back(tensorflow.Edge value) |
tensorflow.EdgeVector |
put(long i,
tensorflow.Edge value) |
tensorflow.EdgeVector |
put(tensorflow.Edge... array) |
tensorflow.EdgeVector |
put(tensorflow.Edge value) |
tensorflow.EdgeVector |
put(tensorflow.EdgeVector x) |
void |
resize(long n) |
long |
size() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic EdgeVector(Pointer p)
Pointer.Pointer(Pointer).public EdgeVector(tensorflow.Edge value)
public EdgeVector(tensorflow.Edge... array)
public EdgeVector()
public EdgeVector(long n)
@Name(value="operator=") @ByRef public tensorflow.EdgeVector put(@ByRef tensorflow.EdgeVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") public tensorflow.Edge get(@Cast(value="size_t") long i)
public tensorflow.EdgeVector put(@Cast(value="size_t") long i, tensorflow.Edge value)
@ByVal public tensorflow.EdgeVector.Iterator insert(@ByVal tensorflow.EdgeVector.Iterator pos, tensorflow.Edge value)
@ByVal public tensorflow.EdgeVector.Iterator erase(@ByVal tensorflow.EdgeVector.Iterator pos)
@ByVal public tensorflow.EdgeVector.Iterator begin()
@ByVal public tensorflow.EdgeVector.Iterator end()
public tensorflow.Edge[] get()
public tensorflow.Edge pop_back()
public tensorflow.EdgeVector push_back(tensorflow.Edge value)
public tensorflow.EdgeVector put(tensorflow.Edge value)
public tensorflow.EdgeVector put(tensorflow.Edge... array)
Copyright © 2019. All rights reserved.