| @root | classes |
class ParseOps | ^ |
The ParseType responsible for parsing all operators.
This ParseType conforms to the standard ParseType functionality. It can recognize its own type in the input string and parse itself from the input string. This ParseType, like several others in my Algebra language, contains a helper function GetMyString() which retrieves the part of the input string needed for parsing.
- Source:
- parsetype.h:33
- Author:
- Jonathan Kitchens
- Version:
- v0.9
- See Also:
- ParseType, Language, Parser
Contents | ^ |
Entity Inherited From Type Scope Short Description ~ParseOps destructor public automatically generated ParseOps constructor public undocumented ParseOps constructor public automatically generated IsMyType method public undocumented operator = operator public automatically generated ParseOne method public undocumented
destructor ~ParseOps | ? ^ > |
automatically generated
- Source:
- parsetype.h
- Code:
public ~ ParseOps ( )
constructor ParseOps | ? ^ < > |
undocumented
- Source:
- parsetype.h:35
- Code:
public ParseOps ( )
constructor ParseOps | ? ^ < > |
automatically generated
- Source:
- parsetype.h
- Code:
public ParseOps ( const ParseOps & )
method IsMyType | ? ^ < > |
undocumented
- Source:
- parsetype.h:37
- Code:
public bool IsMyType ( ParseData & myData ) const
operator = | ? ^ < > |
automatically generated
- Source:
- parsetype.h
- Code:
public ParseOps & operator = ( const ParseOps & )
method ParseOne | ? ^ < > |
undocumented
- Source:
- parsetype.h:38
- Code:
public void ParseOne ( ParseData & myData )
Created Sun Oct 6 21:22:16 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.