MySQL++ SSQLS v2 Translator  3.2.5
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CException
 CParseV2::FileExceptionException object thrown to indicate a file I/O error
 CParseV2::ParseExceptionException object thrown by File::error() to report an SSQLS v2 parsing error
 CParseV2::FileHolds information about an SSQLS v2 file we're parsing
 CParseV2::LineBase class for parsed SSQLS v2 declaration lines
 CParseV2::Field'field' directive line
 CParseV2::Include'include' directive line
 CParseV2::OptionBase class for known SSQLS v2 'option' directives
 CParseV2::AccessorStyleOption'option accessor_style' directive line
 CParseV2::ExceptionOnSchemaMismatchOption'option exception_on_schema_mismatch' directive line
 CParseV2::HeaderExtensionOption'option header_extension' directive line
 CParseV2::ImplementationExtensionOption'option implementation_extension' directive line
 CParseV2::Table'table' directive line
 CParseV2Parses SSQLS v2 documents and holds the parse result
 CParseV2::Field::TypeA smart enum for converting SQL type strings to one of a relatively few types we directly support