2020-02-17 21:05:20 +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: VarHashEntry< TYPE > Class Template Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00:00
< 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 id = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / 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 >
< h1 > VarHashEntry< TYPE > Class Template Reference< / h1 > <!-- doxytag: class="VarHashEntry" --> <!-- doxytag: inherits="xercesc::XMemory" --> The class that stores the values of the variables.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "VarHashEntry_8hpp-source.html" > VarHashEntry.hpp< / a > > < / code >
< p >
Inheritance diagram for VarHashEntry< TYPE > :< p > < center > < img src = "classVarHashEntry__inherit__graph.png" border = "0" usemap = "#VarHashEntry_3_01TYPE_01_4__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "VarHashEntry_3_01TYPE_01_4__inherit__map" >
2020-02-17 21:10:06 +00:00
< area href = "classxercesc_1_1XMemory.html" shape = "rect" coords = "21,7,168,31" alt = "" >
2020-02-17 21:05:20 +00:00
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classVarHashEntry-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 = "classVarHashEntry.html#0645f749e5eccb58511c6a4a45e7194b" > ~VarHashEntry< / a > ()< / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual const TYPE & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classVarHashEntry.html#8a3c47233f390217b0465c10d03799dc" > getValue< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Gets the value of the variable (overload in derived classes for special behaviour). < a href = "#8a3c47233f390217b0465c10d03799dc" > < / a > < br > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classVarHashEntry.html#dd2e101aaff93a6c07b923638c54892d" > setValue< / a > (const TYPE & value)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Sets the value of the variable (overload in derived classes for special behaviour). < a href = "#dd2e101aaff93a6c07b923638c54892d" > < / a > < br > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
< h3 > template< class TYPE> < br >
class VarHashEntry< TYPE > < / h3 >
The class that stores the values of the variables.
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "0645f749e5eccb58511c6a4a45e7194b" > < / a > <!-- doxytag: member="VarHashEntry::~VarHashEntry" ref="0645f749e5eccb58511c6a4a45e7194b" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual < a class = "el" href = "classVarHashEntry.html" > VarHashEntry< / a > < TYPE > ::~< a class = "el" href = "classVarHashEntry.html" > VarHashEntry< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:05:20 +00:00
< hr > < h2 > Member Function Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "8a3c47233f390217b0465c10d03799dc" > < / a > <!-- doxytag: member="VarHashEntry::getValue" ref="8a3c47233f390217b0465c10d03799dc" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual const TYPE& < a class = "el" href = "classVarHashEntry.html" > VarHashEntry< / a > < TYPE > ::getValue < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Gets the value of the variable (overload in derived classes for special behaviour).
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "dd2e101aaff93a6c07b923638c54892d" > < / a > <!-- doxytag: member="VarHashEntry::setValue" ref="dd2e101aaff93a6c07b923638c54892d" args="(const TYPE &value)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< class TYPE> < / div >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void < a class = "el" href = "classVarHashEntry.html" > VarHashEntry< / a > < TYPE > ::setValue < / td >
< td > (< / td >
< td class = "paramtype" > const TYPE & < / td >
< td class = "paramname" > < em > value< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Sets the value of the variable (overload in derived classes for special behaviour).
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
2020-02-17 21:05:20 +00:00
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "VarHashEntry_8hpp-source.html" > VarHashEntry.hpp< / a > < / ul >
2020-02-17 21:10:06 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Wed Dec 12 19:14:03 2007 for XQilla Simple API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:10:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >