@Name(value="GenericVector<STRING>") @NoOffset @Properties(inherit=tesseract.class) public class StringGenericVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringGenericVector() |
StringGenericVector(int size,
STRING init_val) |
StringGenericVector(long size)
Native array allocator.
|
StringGenericVector(Pointer p)
Pointer cast constructor.
|
StringGenericVector(StringGenericVector 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringGenericVector(Pointer p)
Pointer.Pointer(Pointer).public StringGenericVector(long size)
Pointer.position(long).public StringGenericVector()
public StringGenericVector(@Const @ByRef StringGenericVector other)
public StringGenericVector position(long position)
@ByRef @Name(value="operator +=") public StringGenericVector addPut(@Const @ByRef StringGenericVector other)
@ByRef @Name(value="operator =") public StringGenericVector put(@Const @ByRef StringGenericVector other)
public void reserve(int size)
public void double_the_size()
public void resize_no_init(int size)
public int size()
public int size_reserved()
public int length()
public void remove(int index)
public void truncate(int size)
public void set_clear_callback(StringClearCallback cb)
public void set_compare_callback(StringCompareCallback cb)
public void clear()
public void move(StringGenericVector from)
@Cast(value="bool") public boolean write(@Cast(value="FILE*") Pointer f, StringWriteCallback cb)
@Cast(value="bool") public boolean read(TFile f, StringReadCallback cb)
@Cast(value="bool") public boolean DeSerialize(@Cast(value="bool") boolean swap, @Cast(value="FILE*") Pointer fp)
@Cast(value="bool") public boolean SerializeClasses(@Cast(value="FILE*") Pointer fp)
@Cast(value="bool") public boolean DeSerializeClasses(@Cast(value="bool") boolean swap, @Cast(value="FILE*") Pointer fp)
public void reverse()
public void compact_sorted()
public void compact(DeleteCallback delete_cb)
public void swap(int index1,
int index2)
Copyright © 2019. All rights reserved.