2010-05-24 02:45:09 +02:00
<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< title > libCSP++: CSPvariable< T > Struct Template Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javaScript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body onload = 'searchBox.OnSelectItem(0);' >
<!-- Generated by Doxygen 1.6.3 -->
< script type = "text/javascript" > < ! - -
var searchBox = new SearchBox("searchBox", "search",false,'Search');
-->< / script >
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< img id = "MSearchSelect" src = "search/search.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / div >
< / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "contents" >
< h1 > CSPvariable< T > Struct Template Reference< / h1 > <!-- doxytag: class="CSPvariable" -->
< p > Struct used for describing a variable in the < a class = "el" href = "classCSP.html" title = "Main class for managing a CSP." > CSP< / a > .
< a href = "#_details" > More...< / a > < / p >
< p > < code > #include < < a class = "el" href = "csp_09_09_8h_source.html" > csp++.h< / a > > < / code > < / p >
< p > < a href = "structCSPvariable-members.html" > List of all members.< / a > < / p >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td colspan = "2" > < h2 > Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a1fb7622b0576133aa9a2445da22fddac" > < / a > <!-- doxytag: member="CSPvariable::index" ref="a1fb7622b0576133aa9a2445da22fddac" args="" -->
int < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structCSPvariable.html#a1fb7622b0576133aa9a2445da22fddac" > index< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Index of the variable. < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a8e7a1cbd9af27e295508794f871dc599" > < / a > <!-- doxytag: member="CSPvariable::fixed" ref="a8e7a1cbd9af27e295508794f871dc599" args="" -->
bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structCSPvariable.html#a8e7a1cbd9af27e295508794f871dc599" > fixed< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > If the value of the variable is set explicitely, this value is true. < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "acc2ff31b449351f04b1c3a2a096e584c" > < / a > <!-- doxytag: member="CSPvariable::value" ref="acc2ff31b449351f04b1c3a2a096e584c" args="" -->
T < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structCSPvariable.html#acc2ff31b449351f04b1c3a2a096e584c" > value< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > The value of the variable. < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a66cf86ebf0fbbf8e571d7b585c9528a2" > < / a > <!-- doxytag: member="CSPvariable::domain" ref="a66cf86ebf0fbbf8e571d7b585c9528a2" args="" -->
std::vector< T > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structCSPvariable.html#a66cf86ebf0fbbf8e571d7b585c9528a2" > domain< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Domain of the variable, declared as a vector. < br / > < / td > < / tr >
< / table >
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
< h3 > template< class T> < br / >
struct CSPvariable< T > < / h3 >
< p > Struct used for describing a variable in the < a class = "el" href = "classCSP.html" title = "Main class for managing a CSP." > CSP< / a > . < / p >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "csp_09_09-def_8h_source.html" > csp++-def.h< / a > < / li >
< / ul >
< / div >
<!-- - window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(0)" > < span class = "SelectionMark" > < / span > All< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(1)" > < span class = "SelectionMark" > < / span > Classes< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(2)" > < span class = "SelectionMark" > < / span > Functions< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(3)" > < span class = "SelectionMark" > < / span > Variables< / a > < / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2010-05-27 11:55:27 +02:00
< hr class = "footer" / > < address style = "text-align: right;" > < small > Generated on Thu May 27 11:41:31 2010 for libCSP++ by
2010-05-24 02:45:09 +02:00
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.3 < / small > < / address >
< / body >
< / html >