| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| org.bytedeco.javacpp.annotation |
Contains all the annotation classes used by JavaCPP.
|
| Modifier and Type | Method and Description |
|---|---|
long |
CLongPointer.get(long i) |
long |
SizeTPointer.get(long i) |
boolean |
BoolPointer.get(long i) |
static BytePointer |
BytePointer.strcat(BytePointer dst,
BytePointer src) |
static BytePointer |
BytePointer.strchr(BytePointer str,
int ch) |
static BytePointer |
BytePointer.strcpy(BytePointer dst,
BytePointer src) |
static long |
BytePointer.strcspn(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strerror(int errnum) |
static long |
BytePointer.strlen(BytePointer str) |
static BytePointer |
BytePointer.strncat(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strncpy(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strpbrk(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strrchr(BytePointer str,
int ch) |
static long |
BytePointer.strspn(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strstr(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strtok(BytePointer str,
BytePointer delim) |
static long |
BytePointer.strxfrm(BytePointer dst,
BytePointer src,
long n) |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
BytePointer.strcat(BytePointer dst,
BytePointer src) |
static BytePointer |
BytePointer.strcat(BytePointer dst,
BytePointer src) |
static BytePointer |
BytePointer.strchr(BytePointer str,
int ch) |
static int |
BytePointer.strcmp(BytePointer str1,
BytePointer str2) |
static int |
BytePointer.strcmp(BytePointer str1,
BytePointer str2) |
static int |
BytePointer.strcoll(BytePointer str1,
BytePointer str2) |
static int |
BytePointer.strcoll(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strcpy(BytePointer dst,
BytePointer src) |
static BytePointer |
BytePointer.strcpy(BytePointer dst,
BytePointer src) |
static long |
BytePointer.strcspn(BytePointer str1,
BytePointer str2) |
static long |
BytePointer.strcspn(BytePointer str1,
BytePointer str2) |
static long |
BytePointer.strlen(BytePointer str) |
static BytePointer |
BytePointer.strncat(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strncat(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strncat(BytePointer dst,
BytePointer src,
long n) |
static int |
BytePointer.strncmp(BytePointer str1,
BytePointer str2,
long n) |
static int |
BytePointer.strncmp(BytePointer str1,
BytePointer str2,
long n) |
static int |
BytePointer.strncmp(BytePointer str1,
BytePointer str2,
long n) |
static BytePointer |
BytePointer.strncpy(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strncpy(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strncpy(BytePointer dst,
BytePointer src,
long n) |
static BytePointer |
BytePointer.strpbrk(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strpbrk(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strrchr(BytePointer str,
int ch) |
static long |
BytePointer.strspn(BytePointer str1,
BytePointer str2) |
static long |
BytePointer.strspn(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strstr(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strstr(BytePointer str1,
BytePointer str2) |
static BytePointer |
BytePointer.strtok(BytePointer str,
BytePointer delim) |
static BytePointer |
BytePointer.strtok(BytePointer str,
BytePointer delim) |
static long |
BytePointer.strxfrm(BytePointer dst,
BytePointer src,
long n) |
static long |
BytePointer.strxfrm(BytePointer dst,
BytePointer src,
long n) |
static long |
BytePointer.strxfrm(BytePointer dst,
BytePointer src,
long n) |
| Modifier and Type | Class and Description |
|---|---|
interface |
StdString
A shorthand for
@Cast("std::string&") @Adapter("StringAdapter"). |
Copyright © 2017. All rights reserved.