template struct Core::Java::JniCast

#include <corejniobject.h>

template <typename T>
struct JniCast
{
    // methods

    JniIntPtr asIntPtr();
    static T* fromIntPtr(JniIntPtr value);
    static JniIntPtr toIntPtr(T* value);
};