#include "types.h"
#include <iostream>
Include dependency graph for ptree-core.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | Ptree |
class | PtreeArray |
class | PtreeHead |
class | PtreeIter |
Defines | |
#define | NIL ((Ptree*)0) |
Functions | |
ostream & | operator<< (ostream &s, Ptree *p) |
void | MopErrorMessage (char *method_name, char *msg) |
void | MopErrorMessage2 (char *msg1, char *msg2) |
void | MopWarningMessage (char *method_name, char *msg) |
void | MopWarningMessage2 (char *msg1, char *msg2) |
void | MopMoreWarningMessage (char *msg1, char *msg2=0) |
|
Definition at line 20 of file ptree-core.h. |
|
|
Definition at line 52 of file ptree-core.cc. Referenced by Walker::MakeClassMetaobject(), and ClassWalker::MakeMetaobjectForCfunctions(). |
|
Definition at line 68 of file ptree-core.cc. References nil. Referenced by Ptree::Match(), and Class::WarnObsoleteness(). |
|
Definition at line 58 of file ptree-core.cc. Referenced by Class::AppendAfterStatement(), Class::AppendAfterToplevel(), Class::InsertBeforeStatement(), Class::InsertBeforeToplevel(), Class::InsertDeclaration(), Class::LookupClientData(), and Ptree::Match(). |
|
Definition at line 63 of file ptree-core.cc. Referenced by Class::CheckValidity(), HashTable::GrowTable(), and Class::WarnObsoleteness(). |
|
Definition at line 172 of file ptree-core.h. References Ptree::Write(). |