Puma Reference Manual Puma: Puma::PreTokenListPart Class Reference



Puma::PreTokenListPart Class Reference

Preprocessor tree node representing a part of the token list of a macro body. More...

#include <Puma/PreTreeNodes.h>

Inherits Puma::PreTreeComposite.

List of all members.

Public Member Functions

 PreTokenListPart (PreTree *tl)
 Constructor.
void accept (PreVisitor &v)
 Part of the tree visitor pattern.

Detailed Description

Preprocessor tree node representing a part of the token list of a macro body.


Constructor & Destructor Documentation

Puma::PreTokenListPart::PreTokenListPart ( PreTree tl  )  [inline]

Constructor.

Parameters:
tl The token list.

Member Function Documentation

void Puma::PreTokenListPart::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 Sep 2009.