Puma Reference Manual | Puma: Puma::PreElifDirective Class Reference |
#include <Puma/PreTreeNodes.h>
Example:
#elif OSTYPE==linux
Public Member Functions | |
PreElifDirective (PreTree *e, PreTree *c) | |
Constructor. | |
void | accept (PreVisitor &v) |
Part of the tree visitor pattern. |
Constructor.
e | The #elif token. | |
c | The condition. |
void Puma::PreElifDirective::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.