A C++ DAL / ORM code generation framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

154 lines
17 KiB

<!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>WORM: src/orm/templates/class_declaration.tpl.varnames.h Source File</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.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="worm_sm.png"></td>
<td style="padding-left: 0.5em;">
<div id="projectname">WORM&#160;<span id="projectnumber">0.2</span></div>
<div id="projectbrief">A C++ DAL/ORM code generation framework</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.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)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div class="header">
<div class="headertitle">
<h1>src/orm/templates/class_declaration.tpl.varnames.h</h1> </div>
</div>
<div class="contents">
<a href="class__declaration_8tpl_8varnames_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span>
<a name="l00002"></a>00002 <span class="comment">// This header file auto-generated for the template</span>
<a name="l00003"></a>00003 <span class="comment">// class_declaration.tpl</span>
<a name="l00004"></a>00004 <span class="comment">// by make_tpl_varnames_h</span>
<a name="l00005"></a>00005 <span class="comment">// DO NOT MODIFY THIS FILE DIRECTLY</span>
<a name="l00006"></a>00006 <span class="comment">//</span>
<a name="l00007"></a>00007 <span class="preprocessor">#ifndef TPL___CLASS_DECLARATION_TPL_VARNAMES_H_H_</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#define TPL___CLASS_DECLARATION_TPL_VARNAMES_H_H_</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &lt;ctemplate/template_string.h&gt;</span>
<a name="l00011"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#abb14e5cd3eefa6ec1349041dd8553c82">00011</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#abb14e5cd3eefa6ec1349041dd8553c82">kcd_INCLUDES</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#abb14e5cd3eefa6ec1349041dd8553c82">kcd_INCLUDES</a>, <span class="stringliteral">&quot;INCLUDES&quot;</span>, 7699670683738647257LLU);
<a name="l00012"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a5432edb409c732d3b75224d02a111614">00012</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a5432edb409c732d3b75224d02a111614">kcd_INCLUDE</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a5432edb409c732d3b75224d02a111614">kcd_INCLUDE</a>, <span class="stringliteral">&quot;INCLUDE&quot;</span>, 434435386609578605LLU);
<a name="l00013"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc678e189c024b59c4c7dbf3336a5d0c">00013</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc678e189c024b59c4c7dbf3336a5d0c">kcd_FORWARD_DECLARATIONS</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc678e189c024b59c4c7dbf3336a5d0c">kcd_FORWARD_DECLARATIONS</a>, <span class="stringliteral">&quot;FORWARD_DECLARATIONS&quot;</span>, 15273852411010322531LLU);
<a name="l00014"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#ab6d30229a7121ede6b2c22010aecd171">00014</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#ab6d30229a7121ede6b2c22010aecd171">kcd_REFERENCED_CLASSNAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#ab6d30229a7121ede6b2c22010aecd171">kcd_REFERENCED_CLASSNAME</a>, <span class="stringliteral">&quot;REFERENCED_CLASSNAME&quot;</span>, 5376938313052943395LLU);
<a name="l00015"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7942a7f5a2746621846598ab85572a49">00015</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7942a7f5a2746621846598ab85572a49">kcd_CLASS_NAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7942a7f5a2746621846598ab85572a49">kcd_CLASS_NAME</a>, <span class="stringliteral">&quot;CLASS_NAME&quot;</span>, 13981977283673860485LLU);
<a name="l00016"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a85df8fbf85bb1e837f0a0c0e15571595">00016</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a85df8fbf85bb1e837f0a0c0e15571595">kcd_BELONGS_TO</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a85df8fbf85bb1e837f0a0c0e15571595">kcd_BELONGS_TO</a>, <span class="stringliteral">&quot;BELONGS_TO&quot;</span>, 15166195752158467517LLU);
<a name="l00017"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc0fa525608d855426f75f13806c7402">00017</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc0fa525608d855426f75f13806c7402">kcd_HAS_MANY</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#acc0fa525608d855426f75f13806c7402">kcd_HAS_MANY</a>, <span class="stringliteral">&quot;HAS_MANY&quot;</span>, 12417993436827992317LLU);
<a name="l00018"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae9c91a1a67b3fe99e3e9db8dbdb793c5">00018</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae9c91a1a67b3fe99e3e9db8dbdb793c5">kcd_FOREIGNKEY_CLASSNAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae9c91a1a67b3fe99e3e9db8dbdb793c5">kcd_FOREIGNKEY_CLASSNAME</a>, <span class="stringliteral">&quot;FOREIGNKEY_CLASSNAME&quot;</span>, 14113744978891695861LLU);
<a name="l00019"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#af5763371207db409fa5f708c3d7b47d8">00019</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#af5763371207db409fa5f708c3d7b47d8">kcd_FOREIGNKEY_CLASS_PLURAL</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#af5763371207db409fa5f708c3d7b47d8">kcd_FOREIGNKEY_CLASS_PLURAL</a>, <span class="stringliteral">&quot;FOREIGNKEY_CLASS_PLURAL&quot;</span>, 13464148753922874173LLU);
<a name="l00020"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a53225bf3ca7db82674e4754297aea205">00020</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a53225bf3ca7db82674e4754297aea205">kcd_COLUMNS</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a53225bf3ca7db82674e4754297aea205">kcd_COLUMNS</a>, <span class="stringliteral">&quot;COLUMNS&quot;</span>, 15302874640052016969LLU);
<a name="l00021"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2dde8c3267ab8d8d8287c0fe0eeaa433">00021</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2dde8c3267ab8d8d8287c0fe0eeaa433">kcd_UNSUPPORTED</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2dde8c3267ab8d8d8287c0fe0eeaa433">kcd_UNSUPPORTED</a>, <span class="stringliteral">&quot;UNSUPPORTED&quot;</span>, 8112833089436120679LLU);
<a name="l00022"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7ee30b9baae76963a7bbb01930d1624a">00022</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7ee30b9baae76963a7bbb01930d1624a">kcd_UNSIGNED</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7ee30b9baae76963a7bbb01930d1624a">kcd_UNSIGNED</a>, <span class="stringliteral">&quot;UNSIGNED&quot;</span>, 10867561526856517727LLU);
<a name="l00023"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#af3143da9b91f92aaae2c1807c0ef947f">00023</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#af3143da9b91f92aaae2c1807c0ef947f">kcd_DATATYPE</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#af3143da9b91f92aaae2c1807c0ef947f">kcd_DATATYPE</a>, <span class="stringliteral">&quot;DATATYPE&quot;</span>, 6518949878326190781LLU);
<a name="l00024"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a1e1cb63c9dce87ec05ecdf8d5e4340b2">00024</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a1e1cb63c9dce87ec05ecdf8d5e4340b2">kcd_VARIABLE_GETTOR</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a1e1cb63c9dce87ec05ecdf8d5e4340b2">kcd_VARIABLE_GETTOR</a>, <span class="stringliteral">&quot;VARIABLE_GETTOR&quot;</span>, 4376112485907229951LLU);
<a name="l00025"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a4a26c6bfb0faee44e91066987f5f68b2">00025</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a4a26c6bfb0faee44e91066987f5f68b2">kcd_VARIABLE_NAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a4a26c6bfb0faee44e91066987f5f68b2">kcd_VARIABLE_NAME</a>, <span class="stringliteral">&quot;VARIABLE_NAME&quot;</span>, 5051229879184672055LLU);
<a name="l00026"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2682bf4433565d3c850f1d4895668a85">00026</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2682bf4433565d3c850f1d4895668a85">kcd_VARIABLE_SETTOR</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a2682bf4433565d3c850f1d4895668a85">kcd_VARIABLE_SETTOR</a>, <span class="stringliteral">&quot;VARIABLE_SETTOR&quot;</span>, 18309610407346123363LLU);
<a name="l00027"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a521b0e113f64c97e7a1b96b804243178">00027</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a521b0e113f64c97e7a1b96b804243178">kcd_COLUMN_NAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a521b0e113f64c97e7a1b96b804243178">kcd_COLUMN_NAME</a>, <span class="stringliteral">&quot;COLUMN_NAME&quot;</span>, 16524890828269290931LLU);
<a name="l00028"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7f065525a1da390502ebfa2a0762c324">00028</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7f065525a1da390502ebfa2a0762c324">kcd_REFERENCED_TABLENAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#a7f065525a1da390502ebfa2a0762c324">kcd_REFERENCED_TABLENAME</a>, <span class="stringliteral">&quot;REFERENCED_TABLENAME&quot;</span>, 14486319327059551333LLU);
<a name="l00029"></a><a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae61adac3784bd271abcc50bf2a2325ba">00029</a> <span class="keyword">static</span> const ::ctemplate::StaticTemplateString <a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae61adac3784bd271abcc50bf2a2325ba">kcd_TABLE_NAME</a> = STS_INIT_WITH_HASH(<a class="code" href="class__declaration_8tpl_8varnames_8h.html#ae61adac3784bd271abcc50bf2a2325ba">kcd_TABLE_NAME</a>, <span class="stringliteral">&quot;TABLE_NAME&quot;</span>, 3760310134096538793LLU);
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="preprocessor">#endif // TPL___CLASS_DECLARATION_TPL_VARNAMES_H_H_</span>
</pre></div></div>
</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">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Nov 18 2011 21:01:45 for WORM by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>