Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 3032

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::StringConverter class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::StringConverter  Class Reference</h1>Class for converting the core <a class="el" href="namespaceOgre.html">Ogre</a> data types to/from Strings. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreStringConverter_8h-source.html">OgreStringConverter.h</a>&gt;</code>
<p>
<a href="classOgre_1_1StringConverter-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Static Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd0">toString</a> (<a class="el" href="namespaceOgre.html#a349">Real</a> val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a Real to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd1">toString</a> (int val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts an int to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd2">toString</a> (unsigned int val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts an int to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd3">toString</a> (long val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a long to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd4">toString</a> (unsigned long val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a long to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd5">toString</a> (bool val, bool yesNo=false)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a boolean to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd6">toString</a> (const <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd7">toString</a> (const <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd8">toString</a> (const <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd9">toString</a> (const <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd10">toString</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd11">toString</a> (const <a class="el" href="namespaceOgre.html#a436">StringVector</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a StringVector to a string.</em> <a href="#Ogre_1_1StringConverterd11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd12">parseReal</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a Real.</em> <a href="#Ogre_1_1StringConverterd12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd13">parseInt</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.</em> <a href="#Ogre_1_1StringConverterd13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd14">parseUnsignedInt</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.</em> <a href="#Ogre_1_1StringConverterd14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>long&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd15">parseLong</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.</em> <a href="#Ogre_1_1StringConverterd15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>unsigned long&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd16">parseUnsignedLong</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.</em> <a href="#Ogre_1_1StringConverterd16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd17">parseBool</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a boolean.</em> <a href="#Ogre_1_1StringConverterd17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1Vector3.html">Vector3</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd18">parseVector3</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd19">parseMatrix3</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd20">parseMatrix4</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd21">parseQuaternion</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd22">parseColourValue</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.</em> <a href="#Ogre_1_1StringConverterd22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a436">StringVector</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1StringConverter.html#Ogre_1_1StringConverterd23">parseStringVector</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pareses a StringVector from a string.</em> <a href="#Ogre_1_1StringConverterd23"></a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class for converting the core <a class="el" href="namespaceOgre.html">Ogre</a> data types to/from Strings.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 The code for converting values to and from strings is here as a separate class to avoid coupling <a class="el" href="classOgre_1_1String.html">String</a> to other datatypes (and vice-versa) which reduces compilation dependency: important given how often the core types are used. 
<p>
 This class is mainly used for parsing settings in text files. External applications can also use it to interface with classes which use the <a class="el" href="classOgre_1_1StringInterface.html">StringInterface</a> template class. 
<p>
 The <a class="el" href="classOgre_1_1String.html">String</a> formats of each of the major types is listed with the methods. The basic types like int and Real just use the underlying C runtime library atof and atoi family methods, however custom types like <a class="el" href="classOgre_1_1Vector3.html">Vector3</a>, <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> and <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> are also supported by this class using custom formats. </dl><dl compact><dt><b>
Author: </b><dd>
 Steve Streeting </dl>
<p>

<p>
Definition at line <a class="el" href="OgreStringConverter_8h-source.html#l00052">52</a> of file <a class="el" href="OgreStringConverter_8h-source.html">OgreStringConverter.h</a>.<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1StringConverterd17" doxytag="Ogre::StringConverter::parseBool"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::StringConverter::parseBool </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a boolean.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Accepts 'true' or 'false' as input. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00194">194</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd22" doxytag="Ogre::StringConverter::parseColourValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::StringConverter::parseColourValue </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parses a <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "r g b a" (i.e. 4x Real values, space delimited), or "r g b" which implies an alpha value of 1.0 (opaque). Failure to parse returns <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuep0">ColourValue::Black</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00268">268</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">parseReal</a>(), and <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd13" doxytag="Ogre::StringConverter::parseInt"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> int Ogre::StringConverter::parseInt </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 0.0 if the value could not be parsed, otherwise the numeric version of the <a class="el" href="classOgre_1_1String.html">String</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00174">174</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd15" doxytag="Ogre::StringConverter::parseLong"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> long Ogre::StringConverter::parseLong </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 0.0 if the value could not be parsed, otherwise the numeric version of the <a class="el" href="classOgre_1_1String.html">String</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00184">184</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd19" doxytag="Ogre::StringConverter::parseMatrix3"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> Ogre::StringConverter::parseMatrix3 </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parses a <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "00 01 02 10 11 12 20 21 22" where '01' means row 0 column 1 etc. Failure to parse returns <a class="el" href="classOgre_1_1Matrix3.html#Ogre_1_1Matrix3p2">Matrix3::IDENTITY</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00218">218</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">parseReal</a>(), and <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd20" doxytag="Ogre::StringConverter::parseMatrix4"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> Ogre::StringConverter::parseMatrix4 </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parses a <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "00 01 02 03 10 11 12 13 20 21 22 23 30 31 32 33" where  '01' means row 0 column 1 etc. Failure to parse returns <a class="el" href="classOgre_1_1Matrix4.html#Ogre_1_1Matrix4p1">Matrix4::IDENTITY</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00235">235</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">parseReal</a>(), and <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd21" doxytag="Ogre::StringConverter::parseQuaternion"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> Ogre::StringConverter::parseQuaternion </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parses a <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "x y z w" (i.e. 4x Real values, space delimited).  Failure to parse returns <a class="el" href="classOgre_1_1Quaternion.html#Ogre_1_1Quaternionp2">Quaternion::IDENTITY</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00253">253</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">parseReal</a>(), and <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd12" doxytag="Ogre::StringConverter::parseReal"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a349">Real</a> Ogre::StringConverter::parseReal </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a Real.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 0.0 if the value could not be parsed, otherwise the Real version of the <a class="el" href="classOgre_1_1String.html">String</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">169</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>.
<p>
Referenced by <a class="el" href="OgreStringConverter_8cpp-source.html#l00268">parseColourValue</a>(), <a class="el" href="OgreStringConverter_8cpp-source.html#l00218">parseMatrix3</a>(), <a class="el" href="OgreStringConverter_8cpp-source.html#l00235">parseMatrix4</a>(), <a class="el" href="OgreStringConverter_8cpp-source.html#l00253">parseQuaternion</a>(), and <a class="el" href="OgreStringConverter_8cpp-source.html#l00202">parseVector3</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd23" doxytag="Ogre::StringConverter::parseStringVector"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a436">StringVector</a> Ogre::StringConverter::parseStringVector </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Pareses a StringVector from a string.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Strings must not contain spaces since space is used as a delimeter in the output. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00287">287</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>(), and <a class="el" href="OgreStringVector_8h-source.html#l00035">Ogre::StringVector</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd14" doxytag="Ogre::StringConverter::parseUnsignedInt"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int Ogre::StringConverter::parseUnsignedInt </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 0.0 if the value could not be parsed, otherwise the numeric version of the <a class="el" href="classOgre_1_1String.html">String</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00179">179</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd16" doxytag="Ogre::StringConverter::parseUnsignedLong"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned long Ogre::StringConverter::parseUnsignedLong </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1String.html">String</a> to a whole number.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 0.0 if the value could not be parsed, otherwise the numeric version of the <a class="el" href="classOgre_1_1String.html">String</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00189">189</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd18" doxytag="Ogre::StringConverter::parseVector3"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> Ogre::StringConverter::parseVector3 </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parses a <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> out of a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "x y z" ie. 3 Real components, space delimited. Failure to parse returns <a class="el" href="classOgre_1_1Vector3.html#Ogre_1_1Vector3p0">Vector3::ZERO</a>. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00202">202</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringConverter_8cpp-source.html#l00169">parseReal</a>(), and <a class="el" href="OgreString_8cpp-source.html#l00060">Ogre::String::split</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd11" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a436">StringVector</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a StringVector to a string.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Strings must not contain spaces since space is used as a delimeter in the output. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00153">153</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreStringVector_8h-source.html#l00035">Ogre::StringVector</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd10" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "r g b a" (i.e. 4x Real values, space delimited). </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00146">146</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreColourValue_8h-source.html#l00067">Ogre::ColourValue::a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">Ogre::ColourValue::b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">Ogre::ColourValue::g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">Ogre::ColourValue::r</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd9" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "x y z w" (i.e. 4x Real values, space delimited) </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00139">139</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::w</a>, <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::x</a>, <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::y</a>, and <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::z</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd8" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1Matrix4.html">Matrix4</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "00 01 02 03 10 11 12 13 20 21 22 23 30 31 32 33" where  '01' means row 0 column 1 etc. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00117">117</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd7" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1Matrix3.html">Matrix3</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "00 01 02 10 11 12 20 21 22" where '01' means row 0 column 1 etc. </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00078">78</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd6" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Format is "x y z" (i.e. 3x Real values, space delimited) </dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00071">71</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::x</a>, <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::y</a>, and <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::z</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd5" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>val</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>yesNo</em> = false</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a boolean to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>yesNo</em>&nbsp;</td><td>
If set to true, result is 'yes' or 'no' instead of 'true' or 'false' </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00093">93</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd4" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">unsigned long&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a long to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>

<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00064">64</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd3" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">long&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a long to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>

<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00057">57</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd2" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">unsigned int&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts an int to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>

<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00050">50</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd1" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts an int to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>

<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00043">43</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1StringConverterd0" doxytag="Ogre::StringConverter::toString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::StringConverter::toString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>val</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Converts a Real to a <a class="el" href="classOgre_1_1String.html">String</a>.
<p>
Trivial format, full precision. 
<p>
Definition at line <a class="el" href="OgreStringConverter_8cpp-source.html#l00036">36</a> of file <a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a>.
<p>
References <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OgreStringConverter_8h-source.html">OgreStringConverter.h</a><li><a class="el" href="OgreStringConverter_8cpp-source.html">OgreStringConverter.cpp</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:20:46 2004
</p>
</body>
</html>