Puma Reference Manual Puma: Puma::CT_WideString Class Reference



Puma::CT_WideString Class Reference

Tree node representing a wide string literal. More...

#include <Puma/CTree.h>

Inherits Puma::CT_String.

List of all members.

Public Member Functions

 CT_WideString (int size)
 Constructor.
const char * NodeName () const
 Get the name of the node.

Static Public Member Functions

static const char * NodeId ()
 Get the identifier for this node type.

Detailed Description

Tree node representing a wide string literal.

Example:

 L"abc" 

Constructor & Destructor Documentation

Puma::CT_WideString::CT_WideString ( int  size  )  [inline]

Constructor.

Parameters:
size The number of sub-strings.

Member Function Documentation

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

Get the identifier for this node type.

Can be compared with NodeName().

Reimplemented from Puma::CT_String.

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

Get the name of the node.

Can be compared with NodeId().

Reimplemented from Puma::CT_String.




Puma Reference Manual. Created on 24 Nov 2009.