Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.gvm
/
JNIHeaderDirectives
JNIHeader
Directives
class
JNIHeaderDirectives
:
CContext.Directives
Utility C directives to load JNI headers.
Members
Constructors
JNIHeader
Directives
Link copied to clipboard
constructor
(
)
Functions
get
Header
Files
Link copied to clipboard
open
fun
getHeaderFiles
(
)
:
List
<
String
>
get
Header
Options
Link copied to clipboard
open
fun
getHeaderOptions
(
)
:
List
<
String
>
get
Headers
Link copied to clipboard
open
fun
getHeaders
(
)
:
List
<
String
>
get
Libraries
Link copied to clipboard
open
fun
getLibraries
(
)
:
List
<
String
>
get
Library
Paths
Link copied to clipboard
open
fun
getLibraryPaths
(
)
:
List
<
String
>
get
Macro
Definitions
Link copied to clipboard
open
fun
getMacroDefinitions
(
)
:
List
<
String
>
get
Options
Link copied to clipboard
open
fun
getOptions
(
)
:
List
<
String
>
is
In
Configuration
Link copied to clipboard
open
fun
isInConfiguration
(
)
:
Boolean