Home
last modified time | relevance | path

Searched refs:PlCharList (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/cpp/
H A DSWI-cpp.h275 class PlCharList : public PlTerm
279 PlCharList(const char *text);
280 PlCharList(const wchar_t *text);
520 PlCharList::PlCharList(const char *text) : PlTerm() in PlCharList() function
532 PlCharList::PlCharList(const wchar_t *text) : PlTerm() in PlCharList() function
H A Dtest.cpp94 return A2 = PlCharList("hello world");
H A Dpl2cpp.doc98 \classitem{PlCharList}
509 \subsection{The class PlCharList}
515 \constructor{PlCharList}{const wchar_t *text}
517 \constructor{PlCharList}{const char *text}