#include <ast.h>
Inheritance diagram for PseudoDestructorCallAST:


Definition at line 359 of file ast.h.
Public Types | |
| enum | |
Public Member Functions | |
| PseudoDestructorCallAST () | |
Private Member Functions | |
| PseudoDestructorCallAST (const PseudoDestructorCallAST &source) | |
| void | operator= (const PseudoDestructorCallAST &source) |
| anonymous enum |
| PseudoDestructorCallAST::PseudoDestructorCallAST | ( | ) |
| PseudoDestructorCallAST::PseudoDestructorCallAST | ( | const PseudoDestructorCallAST & | source | ) | [private] |
| void PseudoDestructorCallAST::operator= | ( | const PseudoDestructorCallAST & | source | ) | [private] |
1.5.1