@Namespace(value="google::protobuf") @NoOffset @Properties(inherit=caffe.class) public class FatalException extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FatalException(BytePointer filename,
int line,
BytePointer message) |
FatalException(Pointer p)
Pointer cast constructor.
|
FatalException(String filename,
int line,
String message) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
filename() |
int |
line() |
BytePointer |
message() |
BytePointer |
what() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FatalException(Pointer p)
Pointer.Pointer(Pointer).public FatalException(@Cast(value="const char*") BytePointer filename, int line, @StdString BytePointer message)
public FatalException(String filename, int line, @StdString String message)
@Cast(value="const char*") public BytePointer what()
@Cast(value="const char*") public BytePointer filename()
public int line()
@StdString public BytePointer message()
Copyright © 2020. All rights reserved.