#include <cppParser.h>
Inheritance diagram for CPPParser:
Public Member Functions | |
CPPParser () | |
virtual bool | is_fully_specified () const |
bool | parse_file (const string &filename) |
CPPExpression * | parse_expr (const string &expr) |
CPPType * | parse_type (const string &type) |
|
Definition at line 36 of file cppParser.cxx. |
|
Reimplemented from CPPScope. Definition at line 48 of file cppParser.cxx. |
|
Definition at line 78 of file cppParser.cxx. References CPPPreprocessor::parse_expr(). Referenced by show_type_or_expression(). |
|
Definition at line 60 of file cppParser.cxx. References CPPPreprocessor::get_error_count(), CPPPreprocessor::init_cpp(), parse_cpp(), and CPPFile::S_local. Referenced by main(). |
|