Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2aa62c5bbb658df1fece777472a7bcf2 > files > 258

barry-devel-docs-0.17-0.3.20100730git.fc14.noarch.rpm

<!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>Barry: Barry::CategoryList Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</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><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceBarry.html">Barry</a>::<a class="el" href="classBarry_1_1CategoryList.html">CategoryList</a>
  </div>
</div>
<div class="contents">
<h1>Barry::CategoryList Class Reference</h1><!-- doxytag: class="Barry::CategoryList" --><!-- doxytag: inherits="std::vector" --><div class="dynheader">
Inheritance diagram for Barry::CategoryList:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1CategoryList__inherit__graph.png" border="0" usemap="#Barry_1_1CategoryList_inherit__map" alt="Inheritance graph"/></div>
<map name="Barry_1_1CategoryList_inherit__map" id="Barry_1_1CategoryList_inherit__map">
<area shape="rect" id="node2" title="STL class." alt="" coords="5,6,171,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for Barry::CategoryList:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1CategoryList__coll__graph.png" border="0" usemap="#Barry_1_1CategoryList_coll__map" alt="Collaboration graph"/></div>
<map name="Barry_1_1CategoryList_coll__map" id="Barry_1_1CategoryList_coll__map">
<area shape="rect" id="node2" title="STL class." alt="" coords="5,105,171,135"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classBarry_1_1CategoryList-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1CategoryList.html#a03bec5760aa071a3e8dddbd77ddabbdc">CategoryStr2List</a> (const std::string &amp;str)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parses the given comma delimited category string into this <a class="el" href="classBarry_1_1CategoryList.html">CategoryList</a> object, appending each token to the vector.  <a href="#a03bec5760aa071a3e8dddbd77ddabbdc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1CategoryList.html#ac0ba2e29841783f5dbdaccf41c549be6">CategoryList2Str</a> (std::string &amp;str) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Turns the current vectory into a comma delimited category string suitable for use in <a class="el" href="classBarry_1_1Calendar.html">Calendar</a>, <a class="el" href="classBarry_1_1Task.html">Task</a>, and <a class="el" href="classBarry_1_1Memo.html">Memo</a> protocol values.  <a href="#ac0ba2e29841783f5dbdaccf41c549be6"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="record_8h_source.html#l00255">255</a> of file <a class="el" href="record_8h_source.html">record.h</a>.</p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac0ba2e29841783f5dbdaccf41c549be6"></a><!-- doxytag: member="Barry::CategoryList::CategoryList2Str" ref="ac0ba2e29841783f5dbdaccf41c549be6" args="(std::string &amp;str) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Barry::CategoryList::CategoryList2Str </td>
          <td>(</td>
          <td class="paramtype">std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Turns the current vectory into a comma delimited category string suitable for use in <a class="el" href="classBarry_1_1Calendar.html">Calendar</a>, <a class="el" href="classBarry_1_1Task.html">Task</a>, and <a class="el" href="classBarry_1_1Memo.html">Memo</a> protocol values. </p>

<p>Definition at line <a class="el" href="record_8cc_source.html#l00416">416</a> of file <a class="el" href="record_8cc_source.html">record.cc</a>.</p>

<p>Referenced by <a class="el" href="r__task_8cc_source.html#l00252">Barry::Task::BuildFields()</a>, <a class="el" href="r__memo_8cc_source.html#l00151">Barry::Memo::BuildFields()</a>, and <a class="el" href="r__contact_8cc_source.html#l00288">Barry::Contact::BuildFields()</a>.</p>

<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1CategoryList_ac0ba2e29841783f5dbdaccf41c549be6_icgraph.png" border="0" usemap="#classBarry_1_1CategoryList_ac0ba2e29841783f5dbdaccf41c549be6_icgraph_map" alt=""></div>
<map name="classBarry_1_1CategoryList_ac0ba2e29841783f5dbdaccf41c549be6_icgraph_map" id="classBarry_1_1CategoryList_ac0ba2e29841783f5dbdaccf41c549be6_icgraph">
<area shape="rect" id="node3" href="classBarry_1_1Task.html#ad8f38c52ca8e7349f10d6ace2d8d261a" title="Build fields part of record." alt="" coords="309,5,477,35"/><area shape="rect" id="node5" href="classBarry_1_1Memo.html#a203bd76ee27f27bf76a0e03566b32158" title="Build fields part of record." alt="" coords="307,58,480,89"/><area shape="rect" id="node7" href="classBarry_1_1Contact.html#ab42c206f31eef4bcd524632aa70a0c41" title="Build fields part of record." alt="" coords="303,111,484,142"/></map>
</div>
</p>

</div>
</div>
<a class="anchor" id="a03bec5760aa071a3e8dddbd77ddabbdc"></a><!-- doxytag: member="Barry::CategoryList::CategoryStr2List" ref="a03bec5760aa071a3e8dddbd77ddabbdc" args="(const std::string &amp;str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Barry::CategoryList::CategoryStr2List </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Parses the given comma delimited category string into this <a class="el" href="classBarry_1_1CategoryList.html">CategoryList</a> object, appending each token to the vector. </p>
<p>Will clear vector beforehand. </p>

<p>Definition at line <a class="el" href="record_8cc_source.html#l00378">378</a> of file <a class="el" href="record_8cc_source.html">record.cc</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="record_8h_source.html">record.h</a></li>
<li><a class="el" href="record_8cc_source.html">record.cc</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>