| Puma Reference Manual | Puma: Puma::PreDirectiveGroups Class Reference |
Preprocessor tree node representing the directive groups in the program. More...
#include <Puma/PreTreeNodes.h>
Inherits Puma::PreTreeComposite.
Public Member Functions | |
| PreDirectiveGroups () | |
| Constructor. | |
| void | accept (PreVisitor &v) |
| Part of the tree visitor pattern. | |
Preprocessor tree node representing the directive groups in the program.
| Puma::PreDirectiveGroups::PreDirectiveGroups | ( | ) | [inline] |
Constructor.
| void Puma::PreDirectiveGroups::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.