Skip to content

Instantly share code, notes, and snippets.

@KucherenkoIhor
Created June 29, 2017 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KucherenkoIhor/19ae5f46e175caf70fec0fe1d4cb872b to your computer and use it in GitHub Desktop.
Save KucherenkoIhor/19ae5f46e175caf70fec0fe1d4cb872b to your computer and use it in GitHub Desktop.
typedef union {
float mFloat;
int32_t mInteger;
char* mString;
jobject mObject;
jboolean mBoolean;
jshort mShort;
jlong mLong;
jdouble mDouble;
jbyte mByte;
} StoreValue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment