2020-02-17 21:11:31 +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 Simple 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:17:06 +00:00
<!-- Generated by Doxygen 1.5.5 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< li > < a href = "classes.html" > < span > Alphabetical List< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul >
< / div >
< div class = "navpath" > < a class = "el" href = "classExternalFunction.html" > ExternalFunction< / a > ::< a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a >
< / div >
< / div >
< div class = "contents" >
2020-02-17 21:11:31 +00:00
< h1 > ExternalFunction::Arguments Class Reference< / h1 > <!-- doxytag: class="ExternalFunction::Arguments" --> < code > #include < < a class = "el" href = "ExternalFunction_8hpp-source.html" > ExternalFunction.hpp< / a > > < / code >
2020-02-17 21:17:06 +00:00
< p >
2020-02-17 21:11:31 +00:00
< p >
< a href = "classExternalFunction_1_1Arguments-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction_1_1Arguments.html#e0273037d36c31b5b49c526a1e156d22" > ~Arguments< / a > ()< / td > < / tr >
2020-02-17 21:17:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction_1_1Arguments.html#d1ea1f371f09b4106ba4b4ffc742dac4" > getArgument< / a > (size_t index, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
2020-02-17 21:11:31 +00:00
2020-02-17 21:17:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Return the result for the argument index specified. < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > indexes are zero based. < a href = "#d1ea1f371f09b4106ba4b4ffc742dac4" > < / a > < br > < / td > < / tr >
2020-02-17 21:11:31 +00:00
< / table >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "e0273037d36c31b5b49c526a1e156d22" > < / a > <!-- doxytag: member="ExternalFunction::Arguments::~Arguments" ref="e0273037d36c31b5b49c526a1e156d22" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ExternalFunction::Arguments::~Arguments < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< hr > < h2 > Member Function Documentation< / h2 >
2020-02-17 21:17:06 +00:00
< a class = "anchor" name = "d1ea1f371f09b4106ba4b4ffc742dac4" > < / a > <!-- doxytag: member="ExternalFunction::Arguments::getArgument" ref="d1ea1f371f09b4106ba4b4ffc742dac4" args="(size_t index, DynamicContext *context) const =0" -->
2020-02-17 21:11:31 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classResult.html" > Result< / a > ExternalFunction::Arguments::getArgument < / td >
< td > (< / td >
2020-02-17 21:12:51 +00:00
< td class = "paramtype" > size_t < / td >
2020-02-17 21:11:31 +00:00
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Return the result for the argument index specified. < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > indexes are zero based.
< p >
< / div >
< / div > < p >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "ExternalFunction_8hpp-source.html" > ExternalFunction.hpp< / a > < / ul >
2020-02-17 21:17:06 +00:00
< / div >
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Mon Jan 5 19:54:22 2009 for XQilla Simple API by
2020-02-17 21:11:31 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:17:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.5 < / small > < / address >
2020-02-17 21:11:31 +00:00
< / body >
< / html >