Rpp::IntLiteral Struct Reference

#include <rpp.h>

Inheritance diagram for Rpp::IntLiteral:

Inheritance graph
[legend]
Collaboration diagram for Rpp::IntLiteral:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 599 of file rpp.h.

Public Member Functions

 IntLiteral (int value, Item *parent=0)
int value () const
virtual IntLiteraltoIntLiteral () const

Private Attributes

int m_value


Constructor & Destructor Documentation

Rpp::IntLiteral::IntLiteral ( int  value,
Item parent = 0 
) [inline]

Definition at line 601 of file rpp.h.


Member Function Documentation

int Rpp::IntLiteral::value (  )  const [inline]

Definition at line 604 of file rpp.h.

References m_value.

00605     { return m_value; }

virtual IntLiteral* Rpp::IntLiteral::toIntLiteral (  )  const [inline, virtual]

Reimplemented from Rpp::Expression.

Definition at line 607 of file rpp.h.

00608     { return const_cast<IntLiteral *>(this); }


Member Data Documentation

int Rpp::IntLiteral::m_value [private]

Definition at line 611 of file rpp.h.

Referenced by value().


The documentation for this struct was generated from the following file:
Generated on Thu Mar 15 20:52:40 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1