@Name(value="L_RegParams")
public static class lept.L_REGPARAMS
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_REGPARAMS()
Default native constructor.
|
L_REGPARAMS(long size)
Native array allocator.
|
L_REGPARAMS(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
display()
1 if in display mode; 0 otherwise
|
lept.L_REGPARAMS |
display(int display) |
org.bytedeco.javacpp.Pointer |
fp()
stream to temporary output file for compare mode
|
lept.L_REGPARAMS |
fp(org.bytedeco.javacpp.Pointer fp) |
int |
index()
index into saved files for this test; 0-based
|
lept.L_REGPARAMS |
index(int index) |
int |
mode()
generate, compare or display
|
lept.L_REGPARAMS |
mode(int mode) |
lept.L_REGPARAMS |
position(long position) |
int |
success()
overall result of the test
|
lept.L_REGPARAMS |
success(int success) |
org.bytedeco.javacpp.BytePointer |
tempfile()
name of temp file for compare mode output
|
lept.L_REGPARAMS |
tempfile(org.bytedeco.javacpp.BytePointer tempfile) |
org.bytedeco.javacpp.BytePointer |
testname()
name of test, without '_reg'
|
lept.L_REGPARAMS |
testname(org.bytedeco.javacpp.BytePointer testname) |
lept.L_TIMER |
tstart()
marks beginning of the reg test
|
lept.L_REGPARAMS |
tstart(lept.L_TIMER tstart) |
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 L_REGPARAMS()
public L_REGPARAMS(long size)
Pointer.position(long).public L_REGPARAMS(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_REGPARAMS position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="FILE*") public org.bytedeco.javacpp.Pointer fp()
public lept.L_REGPARAMS fp(org.bytedeco.javacpp.Pointer fp)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer testname()
public lept.L_REGPARAMS testname(org.bytedeco.javacpp.BytePointer testname)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer tempfile()
public lept.L_REGPARAMS tempfile(org.bytedeco.javacpp.BytePointer tempfile)
@Cast(value="l_int32") public int mode()
public lept.L_REGPARAMS mode(int mode)
@Cast(value="l_int32") public int index()
public lept.L_REGPARAMS index(int index)
@Cast(value="l_int32") public int success()
public lept.L_REGPARAMS success(int success)
@Cast(value="l_int32") public int display()
public lept.L_REGPARAMS display(int display)
public lept.L_TIMER tstart()
public lept.L_REGPARAMS tstart(lept.L_TIMER tstart)
Copyright © 2018. All rights reserved.