@NoOffset public static class tensorflow.GraphEdgesIterable.const_iterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
const_iterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(tensorflow.GraphEdgesIterable.const_iterator other) |
tensorflow.GraphEdgesIterable.const_iterator |
increment() |
tensorflow.Edge |
multiply() |
boolean |
notEquals(tensorflow.GraphEdgesIterable.const_iterator other) |
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, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic const_iterator(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.GraphEdgesIterable.const_iterator other)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef tensorflow.GraphEdgesIterable.const_iterator other)
@ByRef @Name(value="operator ++") public tensorflow.GraphEdgesIterable.const_iterator increment()
@Cast(value="tensorflow::GraphEdgesIterable::value_type") @Name(value="operator *") public tensorflow.Edge multiply()
Copyright © 2019. All rights reserved.