| Package | Description |
|---|---|
| jpl.fli |
| Modifier and Type | Class and Description |
|---|---|
class |
atom_t
An atom_t is a simple extension of a term_t.
|
class |
fid_t
An fid_t holds the value of a frame id in the Prolog Engine.
|
class |
functor_t
A functor_t holds a reference to a Prolog functor_t in the
Prolog engine.
|
class |
module_t
A module_t is a PointerHolder type which holds a reference to a Prolog
module_t reference.
|
class |
PointerHolder
A PointerHolder is a trivial extension of a LongHolder.
|
class |
predicate_t
A predicate_t is a PointerHolder class whose value is a reference to a
Prolog predicate_t.
|
class |
qid_t
A qid_t holds a reference to a Prolog qid_t.
|
class |
term_t
A term_t is a simple class which mirrors the term_t type in
the Prolog FLI.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Prolog.get_long(term_t t,
LongHolder l) |
Copyright © 2015. All rights reserved.