<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>VisualCalc Parser: CLiteralAssignationException Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.5 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li id="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul></div> <h1>CLiteralAssignationException Class Reference</h1><!-- doxytag: class="CLiteralAssignationException" --><!-- doxytag: inherits="CVariableException" --><code>#include <<a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</a>></code> <p> <p>Inheritance diagram for CLiteralAssignationException: <p><center><img src="class_c_literal_assignation_exception.png" usemap="#CLiteralAssignationException_map" border="0" alt=""></center> <map name="CLiteralAssignationException_map"> <area href="class_c_variable_exception.html" alt="CVariableException" shape="rect" coords="0,56,176,80"> <area href="class_c_v_calc_parser_exception.html" alt="CVCalcParserException" shape="rect" coords="0,0,176,24"> </map> <a href="class_c_literal_assignation_exception-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> Exception for when the user tries to assign a literal. <p> <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_c_v_calc_parser_exception.html">CVCalcParserException</a> <p> <a class="el" href="class_c_variable_exception.html">CVariableException</a></dd></dl> This exception is thrown when the user is trying to assign a value to a literal.<br> For instance : <em>5 = 2</em><br> <br> This class inherits from <a class="el" href="class_c_variable_exception.html">CVariableException</a> and is at a level lower enough for being instanciated.<br> The description message for such an exception don't need additional parameter to be formated. <p> <p> Definition at line <a class="el" href="_v_calc_parser_exception_8h-source.html#l00606">606</a> of file <a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</a>.<table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_literal_assignation_exception.html#44e7b7cbf18362e2e79ac0a2e482cd33">CLiteralAssignationException</a> (int iErrorPos)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor for a Cannot Assign a Literal exception. <a href="#44e7b7cbf18362e2e79ac0a2e482cd33"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_literal_assignation_exception.html#8c38f48b33758040e94bb7890b940178">~CLiteralAssignationException</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor of a Cannot Assign a Literal exception. <a href="#8c38f48b33758040e94bb7890b940178"></a><br></td></tr> </table> <hr><h2>Constructor & Destructor Documentation</h2> <a class="anchor" name="44e7b7cbf18362e2e79ac0a2e482cd33"></a><!-- doxytag: member="CLiteralAssignationException::CLiteralAssignationException" ref="44e7b7cbf18362e2e79ac0a2e482cd33" args="(int iErrorPos)" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">CLiteralAssignationException::CLiteralAssignationException </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int </td> <td class="mdname1" valign="top" nowrap> <em>iErrorPos</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Constructor for a Cannot Assign a Literal exception. <p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>iErrorPos</em> </td><td>The position of the error.</td></tr> </table> </dl> Creates a Cannot Assign a Literal exception. <p> Definition at line <a class="el" href="_v_calc_parser_exception_8cpp-source.html#l00562">562</a> of file <a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a>. </td> </tr> </table> <a class="anchor" name="8c38f48b33758040e94bb7890b940178"></a><!-- doxytag: member="CLiteralAssignationException::~CLiteralAssignationException" ref="8c38f48b33758040e94bb7890b940178" args="()" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">CLiteralAssignationException::~CLiteralAssignationException </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [virtual]</code></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Destructor of a Cannot Assign a Literal exception. <p> <p> Definition at line <a class="el" href="_v_calc_parser_exception_8cpp-source.html#l00571">571</a> of file <a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</a><li><a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Mon Feb 6 23:55:56 2006 for VisualCalc Parser by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address> </body> </html>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Old Japanese Man Creates Amazing Art Using Excel (Wait, Excel?)