Package com.alibaba.graphscope.stdcxx
Class StdString_Iterator_cxx_0xa5913122
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdString_Iterator_cxx_0xa5913122
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXValueRangeElement<StdString.Iterator>
,com.alibaba.fastffi.FFIPointer
,FFIType
,StdString.Iterator
,Serializable
public class StdString_Iterator_cxx_0xa5913122 extends FFIPointerImpl implements StdString.Iterator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description StdString_Iterator_cxx_0xa5913122(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StdString.Iterator
copy()
boolean
eq(StdString.Iterator rhs)
boolean
equals(Object o)
int
hashCode()
StdString.Iterator
inc()
byte
indirection()
static @com.alibaba.fastffi.CXXValue long
nativeCopy(long ptr, long rv_base)
static boolean
nativeEq(long ptr, long rhs0)
static @com.alibaba.fastffi.CXXReference long
nativeInc(long ptr)
static byte
nativeIndirection(long ptr)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
copy
public StdString.Iterator copy()
- Specified by:
copy
in interfacecom.alibaba.fastffi.CXXValueRangeElement<StdString.Iterator>
- Specified by:
copy
in interfaceStdString.Iterator
-
nativeCopy
public static @com.alibaba.fastffi.CXXValue long nativeCopy(long ptr, long rv_base)
-
eq
public boolean eq(StdString.Iterator rhs)
- Specified by:
eq
in interfacecom.alibaba.fastffi.CXXValueRangeElement<StdString.Iterator>
- Specified by:
eq
in interfaceStdString.Iterator
-
nativeEq
public static boolean nativeEq(long ptr, long rhs0)
-
inc
public StdString.Iterator inc()
- Specified by:
inc
in interfacecom.alibaba.fastffi.CXXValueRangeElement<StdString.Iterator>
- Specified by:
inc
in interfaceStdString.Iterator
-
nativeInc
public static @com.alibaba.fastffi.CXXReference long nativeInc(long ptr)
-
indirection
public byte indirection()
- Specified by:
indirection
in interfaceStdString.Iterator
-
nativeIndirection
public static byte nativeIndirection(long ptr)
-
-