2020-02-17 21:17:06 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > XQilla XQC API Documentation< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 21:24:47 +00:00
<!-- Generated by Doxygen 1.8.5 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
2020-02-17 21:19:57 +00:00
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
2020-02-17 21:24:47 +00:00
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File  Members< / span > < / a > < / li >
2020-02-17 21:19:57 +00:00
< / ul >
< / div >
2020-02-17 21:24:47 +00:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_d44c64559bbebec7f509842c48db8b23.html" > include< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_cd286eaca90d603742dbe3f2f44f956c.html" > xqilla< / a > < / li > < / ul >
2020-02-17 21:19:57 +00:00
< / div >
2020-02-17 21:24:47 +00:00
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > xqilla-xqc.h File Reference< / div > < / div >
< / div > <!-- header -->
2020-02-17 21:19:57 +00:00
< div class = "contents" >
2020-02-17 21:24:47 +00:00
< div class = "textblock" > < code > #include < < a class = "el" href = "xqc_8h_source.html" > xqc.h< / a > > < / code > < br / >
< / div >
2020-02-17 21:19:57 +00:00
< p > < a href = "xqilla-xqc_8h_source.html" > Go to the source code of this file.< / a > < / p >
2020-02-17 21:24:47 +00:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:acd9659e93bbfafcd0cac9d7c4c12e13c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "xqc_8h.html#a3d46d69abb6d7b408bb8cd8c02ce66fb" > XQC_Implementation< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "xqilla-xqc_8h.html#acd9659e93bbfafcd0cac9d7c4c12e13c" > createXQillaXQCImplementation< / a > (int version)< / td > < / tr >
< tr class = "memdesc:acd9659e93bbfafcd0cac9d7c4c12e13c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Creates an XQC_Implementation object that uses XQilla. < a href = "#acd9659e93bbfafcd0cac9d7c4c12e13c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acd9659e93bbfafcd0cac9d7c4c12e13c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-02-17 21:17:06 +00:00
< / table >
2020-02-17 21:24:47 +00:00
< h2 class = "groupheader" > Function Documentation< / h2 >
< a class = "anchor" id = "acd9659e93bbfafcd0cac9d7c4c12e13c" > < / a >
2020-02-17 21:19:57 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:17:06 +00:00
< tr >
2020-02-17 21:24:47 +00:00
< td class = "memname" > < a class = "el" href = "xqc_8h.html#a3d46d69abb6d7b408bb8cd8c02ce66fb" > XQC_Implementation< / a > * createXQillaXQCImplementation < / td >
2020-02-17 21:19:57 +00:00
< td > (< / td >
2020-02-17 21:24:47 +00:00
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > version< / em > < / td > < td > )< / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:17:06 +00:00
< / tr >
< / table >
2020-02-17 21:24:47 +00:00
< / div > < div class = "memdoc" >
2020-02-17 21:17:06 +00:00
2020-02-17 21:19:57 +00:00
< p > Creates an XQC_Implementation object that uses XQilla. < / p >
< dl > < dt > < b > Examples: < / b > < / dt > < dd > < a class = "el" href = "xqc-basic_8c-example.html#a3" > xqc-basic.c< / a > , and < a class = "el" href = "xqc-context-item_8c-example.html#a4" > xqc-context-item.c< / a > .< / dd >
< / dl >
< / div >
< / div >
2020-02-17 21:24:47 +00:00
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.5
< / small > < / address >
2020-02-17 21:17:06 +00:00
< / body >
< / html >