aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/dir_310883ca86d42971a9d74da2c3f04777.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/dir_310883ca86d42971a9d74da2c3f04777.html')
-rw-r--r--doc/html/dir_310883ca86d42971a9d74da2c3f04777.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/doc/html/dir_310883ca86d42971a9d74da2c3f04777.html b/doc/html/dir_310883ca86d42971a9d74da2c3f04777.html
new file mode 100644
index 0000000..9b8ae79
--- /dev/null
+++ b/doc/html/dir_310883ca86d42971a9d74da2c3f04777.html
@@ -0,0 +1,96 @@
+<!-- HTML header for doxygen 1.8.3.1-->
+<!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"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.6"/>
+<title>Templates -- Meow: /home/cathook/Projects/template_meow/meowpp/utility Directory Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+ $(window).load(resizeHeight);
+</script>
+<link href="stylesheet.css" rel="stylesheet" type="text/css" />
+<link href="custom.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">Templates -- Meow
+ &#160;<span id="projectnumber">2.0.-1</span>
+ </div>
+ <div id="projectbrief">A C++ template contains kinds of interesting classes and functions</div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.6 -->
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('dir_310883ca86d42971a9d74da2c3f04777.html','');});
+</script>
+<div id="doc-content">
+<div class="header">
+ <div class="headertitle">
+<div class="title">utility Directory Reference</div> </div>
+</div><!--header-->
+<div class="contents">
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
+Files</h2></td></tr>
+<tr class="memitem:factory_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="factory_8h.html">factory.h</a> <a href="factory_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:factory_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a base class for a factory. <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:object_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="object_8h.html">object.h</a> <a href="object_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:object_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a base class for most of all the classes in meowpp. <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:operation_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="operation_8h.html">operation.h</a> <a href="operation_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:operation_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a base class for most of all operations in meowpp. <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:pointer_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pointer_8h.html">pointer.h</a> <a href="pointer_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:pointer_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a pointer class which has a counter-mechanism to prevent memory leak. <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:self_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="self_8h.html">self.h</a> <a href="self_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:self_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a class for implementing a reference mechanism which allows variables referencing to another object anytime. <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:state_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="state_8h.html">state.h</a> <a href="state_8h_source.html">[code]</a></td></tr>
+<tr class="memdesc:state_8h"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains a base class for a state (in meowpp, most of all the return value of a function (or to say, an "operation") will be a state). <br/></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+</div><!-- contents -->
+</div><!-- doc-content -->
+<!-- HTML footer for doxygen 1.8.3.1-->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_92fecd8d02dd5e7a67429447fdf0f60f.html">meowpp</a></li><li class="navelem"><a class="el" href="dir_310883ca86d42971a9d74da2c3f04777.html">utility</a></li>
+ <li class="footer">Generated on Mon Sep 29 2014 16:55:35 for Templates -- Meow by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
+ </ul>
+</div>
+</body>
+</html>
ports to my FreeBSD email addressskreuzer2009-03-284-4/+4 * Add p5-Test-SharedFork 0.04, perl extension for fork test.kuriyama2009-03-285-0/+41 * - Update to 0.50.5miwi2009-03-283-4/+5 * - Update to 0.66miwi2009-03-283-4/+6 * - Update to 0.03miwi2009-03-282-4/+4 * - Update to 1.0.5miwi2009-03-282-4/+4 * - Update to 0.1.2miwi2009-03-2818-37/+37 * Upgrade to 67853 which reportedly fixes a regression building sh.brooks2009-03-282-4/+5 * Update to 1.19skv2009-03-272-4/+4 * Update to 6.50skv2009-03-272-4/+4 * Upgrade to r67766.brooks2009-03-273-10/+10 * Update to 1.21lth2009-03-272-4/+4 * - Update to 0.33chinsan2009-03-272-4/+4 * Mark MAKE_JOBS_SAFEehaupt2009-03-278-0/+9 * Update to 0.15lbr2009-03-272-4/+4 * - Update to 0.50.4miwi2009-03-263-5/+12 * - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-261-0/+1 * - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-262-1/+2 * Update to 0.18.0mva2009-03-263-889/+4 * Update to 0.19.0.mva2009-03-263-88/+108 * Update to 0.39.0.mva2009-03-263-4/+6 * Update to 3.2.mva2009-03-262-4/+4 * updated to 0.104 versionaz2009-03-262-4/+4 * - remove ruby-zoom (repo-ed to rubygem-zoom)clsung2009-03-266-81/+0 * - ruby-zoom upgrade to 0.4.1clsung2009-03-265-56/+72 * StatSVN retrieves information from a Subversion repository andglarkin2009-03-266-0/+213 * StatCVS retrieves information from a CVS repository and generatesglarkin2009-03-266-0/+451 * This module is about the string part of plain Perl scalars. A scalarbrix2009-03-265-0/+45 * This module is about the native integer numerical data type. A nativebrix2009-03-265-0/+36 * - Update to 0.4.1miwi2009-03-262-4/+4 * make -j fixarved2009-03-261-0/+11 * Add a patch, which fixes the code on those odd days, which are shortermi2009-03-264-6/+424 * - Update to 0.05miwi2009-03-252-4/+4 * - Update to 0.991rafan2009-03-252-4/+4 * Update to 0.10lbr2009-03-252-5/+5 * Add p5-Test-POE-Client-TCP 0.10, a POE Component providing TCP clientlth2009-03-255-0/+43 * Update to 0.09lbr2009-03-252-4/+4 * Update to 0.21lbr2009-03-252-4/+4 * - Update to 2.1beech2009-03-254-86/+96 * Fix make -jarved2009-03-251-0/+11 * - Really fix plisttabthorpe2009-03-251-1/+1 * - Update to 0.11.2amdmi32009-03-253-8/+8 * bump PORTREVISION after cmake updatemakc2009-03-2510-1/+10 * Update devel/cmake to 2.6.3.makc2009-03-257-45/+44 * - Update to 2.7.13sem2009-03-253-4/+7 * - Fix plist and distinfotabthorpe2009-03-252-5/+7 * - Pass maintainership to miwitabthorpe2009-03-2518-19/+22 * - Update to 0.1.2tabthorpe2009-03-253-6/+8 * - Update to 0.1.3tabthorpe2009-03-253-7/+9 * - Update to 0.21.2tabthorpe2009-03-252-5/+5 * - Update to 2.2miwi2009-03-253-6/+31 * Uses the FreeBSD sendfile(2) function to send the contents of an open filemiwi2009-03-255-0/+38 * - Update to 0.03miwi2009-03-252-4/+4 * - Update to 0.13.0chinsan2009-03-243-5/+5 * Updated p4d. Bugs fixed:lth2009-03-2424-276/+276 * - Add USE_GCC=3.4 as a temporary fix (port doesn't build otherwise)amdmi32009-03-241-4/+8 * - Update to 1.1.9wxs2009-03-243-11/+8 * - Update to 3.6.2amdmi32009-03-244-22/+40 * liblouisxml is a library intended to provide complete braillemiwi2009-03-245-0/+95 * - Update to 1.0.5gahr2009-03-246-72/+146 * 2009-03-22 emulators/dlx: unmaintained, does not work with current versions o...miwi2009-03-249-355/+0 * GeSHi started as an idea to create a generic syntax highlightermiwi2009-03-244-0/+309 * - Update to 0.0.3miwi2009-03-246-14/+24 * - Update to 1.16chinsan2009-03-242-4/+4 * - Update to 0.14chinsan2009-03-242-4/+4 * - Update to 1.0.0chinsan2009-03-242-4/+4 * - Update to 0.9.0chinsan2009-03-242-4/+4 * Update to 0.07lbr2009-03-233-7/+8 * Update to 0.08003lbr2009-03-232-4/+4 * - Update to 0.06chinsan2009-03-232-4/+4 * Reset barner@FreeBSD.org due to several months of inactivity.linimon2009-03-236-6/+6 * libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,miwi2009-03-225-0/+144 * - Update to 0.8miwi2009-03-223-4/+6 * - Update to 3.1.0miwi2009-03-223-5/+412 * - Update to 3.0.2miwi2009-03-222-4/+4 * - Mark BROKEN: does not compilepav2009-03-221-0/+2 * Upgrade to 0.00005.kuriyama2009-03-222-4/+4 * Add p5-MouseX-AttributeHelpers 0.03, perl extension to extend yourkuriyama2009-03-225-0/+61 * Update to 0.10lbr2009-03-222-4/+4 * Update to 0.16lbr2009-03-222-4/+4 * Update to 1.0004...lbr2009-03-222-4/+4 * Update to 1.0003lbr2009-03-221-1/+2 * Update to 0.19lbr2009-03-222-5/+5 * Update to 0.72lbr2009-03-222-5/+5 * Update to 0.78lbr2009-03-222-10/+9 * Update to 0.51lbr2009-03-223-16/+19 * Update to 0.11lbr2009-03-222-5/+5 * Update to 0.07lbr2009-03-222-5/+5 * Update to 0.32 (maintainer timeout).lbr2009-03-223-9/+9 * - Update to 0.9.13miwi2009-03-213-4/+8 * - Update to 0.91miwi2009-03-214-384/+88 * Liblouis is an open-source braille translator and back-translator.miwi2009-03-215-0/+173 * - Update to 1.3.10miwi2009-03-214-8/+8 * - Fix for upcoming boost 1.37.0amdmi32009-03-212-0/+13 * - Fix PORTDATA supportpgj2009-03-212-14/+24 * - Update to 0.1.3miwi2009-03-212-12/+17 * - Update to 1.0.3amdmi32009-03-212-18/+5 * - Update to 2.11.0miwi2009-03-212-4/+4 * - Fix a typo.wxs2009-03-211-1/+1 * - Update to 3.17miwi2009-03-212-5/+4 * - Update to 0.65miwi2009-03-213-9/+13 * - Update to 0.83miwi2009-03-212-4/+4 * - Fix build on non i386 archsdinoex2009-03-211-0/+4 * - Update to 0.1.6lwhsu2009-03-202-4/+4 * - udpate to 0.4.1dinoex2009-03-2012-78/+83 *