Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

expander::expandresults::FMVarsType Class Reference

A local class for foundvars and missedvars. More...

#include <expandlib-results.h>

Collaboration diagram for expander::expandresults::FMVarsType:

Collaboration graph
List of all members.

Public Methods

 FMVarsType ()
 The default constructor.

int operator() () const
 Operator '()' to return the value.

void operator++ (int)
 Postfix ++ operator (doesn't return anything).

void operator++ ()
 Prefix ++ operator (doesn't return anything).

void operator= (int v)
 Assignment operator (for an int).


Public Attributes

friend expandresults
 Makes it easy for expandresults::TotalVars().


Private Attributes

int val
 The value.


Detailed Description

A local class for foundvars and missedvars.

Definition at line 55 of file expandlib-results.h.


Constructor & Destructor Documentation

expander::expandresults::FMVarsType::FMVarsType   [inline]
 

The default constructor.

Definition at line 62 of file expandlib-results.h.


Member Function Documentation

int expander::expandresults::FMVarsType::operator()   const [inline]
 

Operator '()' to return the value.

Definition at line 65 of file expandlib-results.h.

void expander::expandresults::FMVarsType::operator++   [inline]
 

Prefix ++ operator (doesn't return anything).

Definition at line 70 of file expandlib-results.h.

void expander::expandresults::FMVarsType::operator++ int    [inline]
 

Postfix ++ operator (doesn't return anything).

Definition at line 68 of file expandlib-results.h.

void expander::expandresults::FMVarsType::operator= int    v [inline]
 

Assignment operator (for an int).

Definition at line 73 of file expandlib-results.h.


Member Data Documentation

friend expander::expandresults::FMVarsType::expandresults
 

Makes it easy for expandresults::TotalVars().

Definition at line 76 of file expandlib-results.h.

int expander::expandresults::FMVarsType::val [private]
 

The value.

Definition at line 58 of file expandlib-results.h.

Referenced by expander::expandresults::TotalVars().


The documentation for this class was generated from the following file:
Generated on Tue Feb 4 17:24:29 2003 for ExpandLib by doxygen1.3-rc2