Puma Reference Manual Puma: Puma::PreDirectiveGroups Class Reference



Puma::PreDirectiveGroups Class Reference

#include <Puma/PreTreeNodes.h>

Inheritance diagram for Puma::PreDirectiveGroups:

Inheritance graph

List of all members.


Detailed Description

Preprocessor tree node representing the directive groups in the program.


Public Member Functions

 PreDirectiveGroups ()
 Constructor.
void accept (PreVisitor &v)
 Part of the tree visitor pattern.


Constructor & Destructor Documentation

Puma::PreDirectiveGroups::PreDirectiveGroups (  )  [inline]

Constructor.


Member Function Documentation

void Puma::PreDirectiveGroups::accept ( PreVisitor v  )  [inline, virtual]

Part of the tree visitor pattern.

Calls the node visiting functions suitable for this node type.

Parameters:
v The visitor object on which to call the visiting functions.

Implements Puma::PreTreeComposite.




Puma Reference Manual. Created on 11 Jul 2008.