2.10 The class PlTerm (version 2)
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
A C++ interface to SWI-Prolog
A C++ interface to SWI-Prolog (Version 2)
The class PlTerm (version 2)
Constructors (version 2)
Overview of accessing and changing values (version 2)
Converting PlTerm to native C and C++ types (version 2)
Unification (version 2)
Comparison (version 2)
Analysing compound terms (version 2)
Miscellaneous (version 2)
The class PlTermString (version 2)
The class PlCodeList (version 2)
The class PlCharList (version 2)
The class PlCompound (version 2)
The class PlTail (version 2)
2.10.10
The class PlCharList (version 2)
Character lists are compliant to Prolog's
atom_chars/2
predicate.
PlCharList :: PlCharList
(
const wchar_t *text
)
PlCharList :: PlCharList
(
const char *text
)
Create a Prolog list of one-character atoms from a 0-terminated C-string.