| 
    Piethon
    1.0
    
   A Python-like interpreter using flex and bison. 
   | 
 
#include <exception.h>


Public Member Functions | |
| FloatingPointMod () | |
  Public Member Functions inherited from ParseException | |
| virtual int | getLineNumber () const | 
| virtual const char * | what () const throw () | 
Additional Inherited Members | |
  Protected Member Functions inherited from ParseException | |
| ParseException (const char *m) | |
  Protected Attributes inherited from ParseException | |
| const char * | msg | 
| int | lineNumber | 
Definition at line 32 of file exception.h.
      
  | 
  inline | 
Definition at line 34 of file exception.h.
 1.8.13