lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
This is the complete list of members for jni::Array< Object< TheTag > >, including all inherited members.
Array(std::nullptr_t=nullptr) | jni::Array< Object< TheTag > > | inlineexplicitprotected |
Array(UntaggedType *p) | jni::Array< Object< TheTag > > | inlineexplicitprotected |
Array(const Array &)=delete | jni::Array< Object< TheTag > > | protected |
Call(JNIEnv &env, const Method< TagType, R(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< IsPrimitive< R >::value &&Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value, R > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
Call(JNIEnv &env, const Method< TagType, R(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< !IsPrimitive< R >::value &&!std::is_void< R >::value &&Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value, Local< R > > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
Call(JNIEnv &env, const Method< TagType, void(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
CallNonvirtual(JNIEnv &env, const Class< TagType > &clazz, const Method< TagType, R(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< IsPrimitive< R >::value &&Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value, R > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
CallNonvirtual(JNIEnv &env, const Class< TagType > &clazz, const Method< TagType, R(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< !IsPrimitive< R >::value &&!std::is_void< R >::value &&Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value, Local< R > > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
CallNonvirtual(JNIEnv &env, const Class< TagType > &clazz, const Method< TagType, void(ExpectedArgs...)> &method, const ActualArgs &... args) const -> std::enable_if_t< Conjunction< std::is_convertible< const ActualArgs &, const ExpectedArgs & >... >::value > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
ElementType typedef | jni::Array< Object< TheTag > > | |
Get(JNIEnv &env, jsize index) const | jni::Array< Object< TheTag > > | inline |
Object< ArrayTag< Object< TheTag > > >::Get(JNIEnv &env, const Field< TagType, T > &field) const -> std::enable_if_t< IsPrimitive< T >::value, T > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
get() const | jni::Object< ArrayTag< Object< TheTag > > > | inline |
Length(JNIEnv &env) const | jni::Array< Object< TheTag > > | inline |
New(JNIEnv &env, jsize length, const Object< TheTag > *initialElement=nullptr) | jni::Array< Object< TheTag > > | inlinestatic |
Object(std::nullptr_t=nullptr) | jni::Object< ArrayTag< Object< TheTag > > > | inlineexplicitprotected |
Object(UntaggedType *p) | jni::Object< ArrayTag< Object< TheTag > > > | inlineexplicitprotected |
Object(const Object &)=delete | jni::Object< ArrayTag< Object< TheTag > > > | protected |
operator*() const | jni::Object< ArrayTag< Object< TheTag > > > | inline |
operator=(const Array &)=delete | jni::Array< Object< TheTag > > | protected |
Object< ArrayTag< Object< TheTag > > >::operator=(const Object &)=delete | jni::Object< ArrayTag< Object< TheTag > > > | protected |
Set(JNIEnv &env, jsize index, const ElementType &value) | jni::Array< Object< TheTag > > | inline |
Object< ArrayTag< Object< TheTag > > >::Set(JNIEnv &env, const Field< TagType, T > &field, T value) const -> std::enable_if_t< IsPrimitive< T >::value > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
Object< ArrayTag< Object< TheTag > > >::Set(JNIEnv &env, const Field< TagType, Expected > &field, const Actual &value) const -> std::enable_if_t< !IsPrimitive< Expected >::value &&std::is_convertible< const Actual &, const Expected & >::value > | jni::Object< ArrayTag< Object< TheTag > > > | inline |
SuperType typedef | jni::Array< Object< TheTag > > | |
TagType typedef | jni::Array< Object< TheTag > > | |
UntaggedElementType typedef | jni::Array< Object< TheTag > > | |
UntaggedType typedef | jni::Array< Object< TheTag > > |