@Name(value="GenericVector<STRING>")
@NoOffset
public static class tesseract.StringGenericVector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
StringGenericVector() |
StringGenericVector(int size,
tesseract.STRING init_val) |
StringGenericVector(long size)
Native array allocator.
|
StringGenericVector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
StringGenericVector(tesseract.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public StringGenericVector(long size)
Pointer.position(long).public StringGenericVector()
public StringGenericVector(int size,
@Const @ByRef
tesseract.STRING init_val)
public StringGenericVector(@Const @ByRef
tesseract.StringGenericVector other)
public tesseract.StringGenericVector position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator +=") public tesseract.StringGenericVector addPut(@Const @ByRef tesseract.StringGenericVector other)
@ByRef @Name(value="operator =") public tesseract.StringGenericVector put(@Const @ByRef tesseract.StringGenericVector other)
public void reserve(int size)
public void double_the_size()
public void init_to_size(int size,
@Const @ByRef
tesseract.STRING t)
public void resize_no_init(int size)
public int size()
@Cast(value="size_t") public long unsigned_size()
public int size_reserved()
public int length()
@Cast(value="bool") public boolean empty()
@ByRef public tesseract.STRING get(int index)
@ByRef public tesseract.STRING back()
@ByVal public tesseract.STRING pop_back()
public int get_index(@Const @ByRef
tesseract.STRING object)
@Cast(value="bool")
public boolean contains(@Const @ByRef
tesseract.STRING object)
public int push_back(@ByVal
tesseract.STRING object)
@Name(value="operator +=")
public void addPut(@Const @ByRef
tesseract.STRING t)
public int push_back_new(@Const @ByRef
tesseract.STRING object)
public int push_front(@Const @ByRef
tesseract.STRING object)
public void set(@Const @ByRef
tesseract.STRING t,
int index)
public void insert(@Const @ByRef
tesseract.STRING t,
int index)
public void remove(int index)
public void truncate(int size)
public void set_clear_callback(tesseract.StringClearCallback cb)
public void set_compare_callback(tesseract.StringCompareCallback cb)
public void clear()
public void move(tesseract.StringGenericVector from)
@Cast(value="bool")
public boolean write(@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer f,
tesseract.StringWriteCallback cb)
@Cast(value="bool") public boolean read(tesseract.TFile f, tesseract.StringReadCallback cb)
@Cast(value="bool")
public boolean Serialize(@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool") public boolean Serialize(tesseract.TFile fp)
@Cast(value="bool")
public boolean DeSerialize(@Cast(value="bool")
boolean swap,
@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool") public boolean DeSerialize(tesseract.TFile fp)
@Cast(value="bool") public static boolean SkipDeSerialize(tesseract.TFile fp)
@Cast(value="bool")
public boolean SerializeClasses(@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool") public boolean SerializeClasses(tesseract.TFile fp)
@Cast(value="bool")
public boolean DeSerializeClasses(@Cast(value="bool")
boolean swap,
@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool") public boolean DeSerializeClasses(tesseract.TFile fp)
@Cast(value="bool") public static boolean SkipDeSerializeClasses(tesseract.TFile fp)
public static tesseract.STRING double_the_size_memcpy(int current_size, tesseract.STRING data)
public void reverse()
public void compact_sorted()
public void compact(tesseract.DeleteCallback delete_cb)
public void swap(int index1,
int index2)
Copyright © 2018. All rights reserved.