Puma::CT_ReintCast Class Reference

#include <Puma/CTree.h>

Inheritance diagram for Puma::CT_ReintCast:

Inheritance graph

List of all members.


Detailed Description

Tree node representing a reinterpret cast, e.g. reinterpret_cast<int>(a).

Public Member Functions

 CT_ReintCast (CTree *cst, CTree *o, CTree *t, CTree *c, CTree *e)
const char * NodeName () const

Static Public Member Functions

static const char * NodeId ()

Constructor & Destructor Documentation

Puma::CT_ReintCast::CT_ReintCast ( CTree cst,
CTree o,
CTree t,
CTree c,
CTree e 
) [inline]

Constructor.

Parameters:
cst The cast operator, i.e. 'reinterpret_cast'.
o Left arrow bracket of the type name.
t The type to cast to.
c Right array bracket of the type name.
e The expression to cast.


Member Function Documentation

static const char* Puma::CT_ReintCast::NodeId (  )  [static]

Get the identifier for this node type. Can be compared with NodeName().

Reimplemented from Puma::CT_StaticCast.

const char* Puma::CT_ReintCast::NodeName (  )  const [inline, virtual]

Get the name of the node. Can be compared with NodeId().

Reimplemented from Puma::CT_StaticCast.


Generated on Sat May 10 03:04:00 2008 for Puma by  doxygen 1.5.5