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.
 
 
 
 

446 lines
27 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: WSql::WormCodeTemplate Class 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.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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><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="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_w_sql.html">WSql</a> </li>
<li class="navelem"><a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>WSql::WormCodeTemplate Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="WSql::WormCodeTemplate" -->
<p><code>#include &lt;<a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>&gt;</code></p>
<p><a href="class_w_sql_1_1_worm_code_template-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">Type</a> { <br/>
&#160;&#160;<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba3a1752516f80067b3e1b3bf3be5a7c41">Unknown</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba12a930ae6aa6b1c82f14cca0de4a95bf">ClassDeclarationBase</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1babd60733af048e610900651ce3bb88462">ClassDefinitionBase</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1bade0a459ad25b7d10f96b91b2518a07d8">ClassDeclaration</a>,
<br/>
&#160;&#160;<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1badacce5fdfa6887f72abd87a863b82208">ClassDefinition</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba75438cfbdd1f9e5bcb732967a1cd0a4c">EditViewDeclarationBase</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba90e006138454c4fc217f7c86b2c3a4eb">EditViewDeclaration</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba85d41ac5e7c7aa0621d6c44fa10dfc77">EditViewDefinitionBase</a>,
<br/>
&#160;&#160;<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba2f2e50a958a4e9cb7ea9d26727b1a229">EditViewDefinition</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba74c7bdaca17781806e4817adb5cbd985">ListViewDeclarationBase</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1bac75a960cc2e286b4ff9a0a13c7b62acf">ListViewDeclaration</a>,
<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1ba3dcdfcd2f0fa7a83838eed999039df33">ListViewDefinitionBase</a>,
<br/>
&#160;&#160;<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1bae88fec70469042c4f8dfaee38ab92808">ListViewDefinition</a>
<br/>
}</td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a63dfccc233488a2c2fb380bbfe1b07df">WormCodeTemplate</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a5e47022cd5e7fd4ac2319833c710ac22">WormCodeTemplate</a> (const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;other)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a5d40db466ee197db41b28a10098a6a45">~WormCodeTemplate</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a11118222ed5cb7625ec41c9d544e83a8">operator=</a> (const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;other)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a0bf3d49d4d7fb8852397af09bf6c4755">operator==</a> (const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;other) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">Type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#ae3cc158d7f122ff9a1fdc67e09e73248">type</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const std::string &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#af94923909db6d41a8ce1ce1836c506d4">uri</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const std::string &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a1b37fd1cb3f9d9bc4f9e632f592cd6c1">content</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a42ce0b737704ae534785c3126c978b6d">setContent</a> (const std::string content)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#ad7c24c72e50d1f81a7642ebbe912e3b8">setType</a> (<a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">Type</a> t)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a777365c4f3a57595c2a7e350a2ed3061">setUri</a> (const std::string &amp;uri)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the URI or filename containing the template. <a href="#a777365c4f3a57595c2a7e350a2ed3061"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00026">26</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div><hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1b"></a><!-- doxytag: member="WSql::WormCodeTemplate::Type" ref="a6c3faf9576eb86f71e7e1270f02cda1b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">WSql::WormCodeTemplate::Type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba3a1752516f80067b3e1b3bf3be5a7c41"></a><!-- doxytag: member="Unknown" ref="a6c3faf9576eb86f71e7e1270f02cda1ba3a1752516f80067b3e1b3bf3be5a7c41" args="" -->Unknown</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba12a930ae6aa6b1c82f14cca0de4a95bf"></a><!-- doxytag: member="ClassDeclarationBase" ref="a6c3faf9576eb86f71e7e1270f02cda1ba12a930ae6aa6b1c82f14cca0de4a95bf" args="" -->ClassDeclarationBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1babd60733af048e610900651ce3bb88462"></a><!-- doxytag: member="ClassDefinitionBase" ref="a6c3faf9576eb86f71e7e1270f02cda1babd60733af048e610900651ce3bb88462" args="" -->ClassDefinitionBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1bade0a459ad25b7d10f96b91b2518a07d8"></a><!-- doxytag: member="ClassDeclaration" ref="a6c3faf9576eb86f71e7e1270f02cda1bade0a459ad25b7d10f96b91b2518a07d8" args="" -->ClassDeclaration</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1badacce5fdfa6887f72abd87a863b82208"></a><!-- doxytag: member="ClassDefinition" ref="a6c3faf9576eb86f71e7e1270f02cda1badacce5fdfa6887f72abd87a863b82208" args="" -->ClassDefinition</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba75438cfbdd1f9e5bcb732967a1cd0a4c"></a><!-- doxytag: member="EditViewDeclarationBase" ref="a6c3faf9576eb86f71e7e1270f02cda1ba75438cfbdd1f9e5bcb732967a1cd0a4c" args="" -->EditViewDeclarationBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba90e006138454c4fc217f7c86b2c3a4eb"></a><!-- doxytag: member="EditViewDeclaration" ref="a6c3faf9576eb86f71e7e1270f02cda1ba90e006138454c4fc217f7c86b2c3a4eb" args="" -->EditViewDeclaration</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba85d41ac5e7c7aa0621d6c44fa10dfc77"></a><!-- doxytag: member="EditViewDefinitionBase" ref="a6c3faf9576eb86f71e7e1270f02cda1ba85d41ac5e7c7aa0621d6c44fa10dfc77" args="" -->EditViewDefinitionBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba2f2e50a958a4e9cb7ea9d26727b1a229"></a><!-- doxytag: member="EditViewDefinition" ref="a6c3faf9576eb86f71e7e1270f02cda1ba2f2e50a958a4e9cb7ea9d26727b1a229" args="" -->EditViewDefinition</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba74c7bdaca17781806e4817adb5cbd985"></a><!-- doxytag: member="ListViewDeclarationBase" ref="a6c3faf9576eb86f71e7e1270f02cda1ba74c7bdaca17781806e4817adb5cbd985" args="" -->ListViewDeclarationBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1bac75a960cc2e286b4ff9a0a13c7b62acf"></a><!-- doxytag: member="ListViewDeclaration" ref="a6c3faf9576eb86f71e7e1270f02cda1bac75a960cc2e286b4ff9a0a13c7b62acf" args="" -->ListViewDeclaration</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1ba3dcdfcd2f0fa7a83838eed999039df33"></a><!-- doxytag: member="ListViewDefinitionBase" ref="a6c3faf9576eb86f71e7e1270f02cda1ba3dcdfcd2f0fa7a83838eed999039df33" args="" -->ListViewDefinitionBase</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6c3faf9576eb86f71e7e1270f02cda1bae88fec70469042c4f8dfaee38ab92808"></a><!-- doxytag: member="ListViewDefinition" ref="a6c3faf9576eb86f71e7e1270f02cda1bae88fec70469042c4f8dfaee38ab92808" args="" -->ListViewDefinition</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00030">30</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a63dfccc233488a2c2fb380bbfe1b07df"></a><!-- doxytag: member="WSql::WormCodeTemplate::WormCodeTemplate" ref="a63dfccc233488a2c2fb380bbfe1b07df" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WSql::WormCodeTemplate::WormCodeTemplate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00024">24</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="a5e47022cd5e7fd4ac2319833c710ac22"></a><!-- doxytag: member="WSql::WormCodeTemplate::WormCodeTemplate" ref="a5e47022cd5e7fd4ac2319833c710ac22" args="(const WormCodeTemplate &amp;other)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WSql::WormCodeTemplate::WormCodeTemplate </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00029">29</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="a5d40db466ee197db41b28a10098a6a45"></a><!-- doxytag: member="WSql::WormCodeTemplate::~WormCodeTemplate" ref="a5d40db466ee197db41b28a10098a6a45" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WSql::WormCodeTemplate::~WormCodeTemplate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00036">36</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1b37fd1cb3f9d9bc4f9e632f592cd6c1"></a><!-- doxytag: member="WSql::WormCodeTemplate::content" ref="a1b37fd1cb3f9d9bc4f9e632f592cd6c1" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const std::string&amp; WSql::WormCodeTemplate::content </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00054">54</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<a class="anchor" id="a11118222ed5cb7625ec41c9d544e83a8"></a><!-- doxytag: member="WSql::WormCodeTemplate::operator=" ref="a11118222ed5cb7625ec41c9d544e83a8" args="(const WormCodeTemplate &amp;other)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp; WSql::WormCodeTemplate::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00041">41</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="a0bf3d49d4d7fb8852397af09bf6c4755"></a><!-- doxytag: member="WSql::WormCodeTemplate::operator==" ref="a0bf3d49d4d7fb8852397af09bf6c4755" args="(const WormCodeTemplate &amp;other) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool WSql::WormCodeTemplate::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_w_sql_1_1_worm_code_template.html">WormCodeTemplate</a> &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00049">49</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="a42ce0b737704ae534785c3126c978b6d"></a><!-- doxytag: member="WSql::WormCodeTemplate::setContent" ref="a42ce0b737704ae534785c3126c978b6d" args="(const std::string content)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void WSql::WormCodeTemplate::setContent </td>
<td>(</td>
<td class="paramtype">const std::string&#160;</td>
<td class="paramname"><em>content</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00055">55</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<a class="anchor" id="ad7c24c72e50d1f81a7642ebbe912e3b8"></a><!-- doxytag: member="WSql::WormCodeTemplate::setType" ref="ad7c24c72e50d1f81a7642ebbe912e3b8" args="(Type t)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void WSql::WormCodeTemplate::setType </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">Type</a>&#160;</td>
<td class="paramname"><em>t</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00056">56</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<a class="anchor" id="a777365c4f3a57595c2a7e350a2ed3061"></a><!-- doxytag: member="WSql::WormCodeTemplate::setUri" ref="a777365c4f3a57595c2a7e350a2ed3061" args="(const std::string &amp;uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void WSql::WormCodeTemplate::setUri </td>
<td>(</td>
<td class="paramtype">const std::string &amp;&#160;</td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the URI or filename containing the template. </p>
<p>This sets the URI for the template - it also sets the Type of this template from the filename.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">std::string</td><td>uri - the location of the template file </td></tr>
</table>
</dd>
</dl>
<p><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>NOT PORTABLE, FIXME </dd></dl>
</p>
<p>Definition at line <a class="el" href="wormcodetemplate_8cpp_source.html#l00063">63</a> of file <a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae3cc158d7f122ff9a1fdc67e09e73248"></a><!-- doxytag: member="WSql::WormCodeTemplate::type" ref="ae3cc158d7f122ff9a1fdc67e09e73248" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="class_w_sql_1_1_worm_code_template.html#a6c3faf9576eb86f71e7e1270f02cda1b">Type</a>&amp; WSql::WormCodeTemplate::type </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00052">52</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<a class="anchor" id="af94923909db6d41a8ce1ce1836c506d4"></a><!-- doxytag: member="WSql::WormCodeTemplate::uri" ref="af94923909db6d41a8ce1ce1836c506d4" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const std::string&amp; WSql::WormCodeTemplate::uri </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wormcodetemplate_8h_source.html#l00053">53</a> of file <a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>src/orm/<a class="el" href="wormcodetemplate_8h_source.html">wormcodetemplate.h</a></li>
<li>src/orm/<a class="el" href="wormcodetemplate_8cpp_source.html">wormcodetemplate.cpp</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">&#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:46 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>