| Puma Reference Manual | Puma: Puma::PreUndefDirective Class Reference |
#include <Puma/PreTreeNodes.h>

Example:
#undef MACRO
Public Member Functions | |
| PreUndefDirective (PreTree *u, PreTree *m, PreTree *tl) | |
| Constructor. | |
| PreUndefDirective (PreTree *u, PreTree *tl) | |
| Constructor. | |
| void | accept (PreVisitor &v) |
| Part of the tree visitor pattern. | |
Constructor.
| u | The #undef token. | |
| m | The name of the macro to undefine. | |
| tl | The remaining tokens of the line. |
Constructor.
| u | The #undef token. | |
| tl | The remaining tokens of the line. |
| void Puma::PreUndefDirective::accept | ( | PreVisitor & | v | ) | [inline, virtual] |
Part of the tree visitor pattern.
Calls the node visiting functions suitable for this node type.
| v | The visitor object on which to call the visiting functions. |
Implements Puma::PreTreeComposite.