CVC3  2.4.1
Public Member Functions | Private Attributes | List of all members
CVC3::Expr::iterator::Proxy Class Reference

Postfix increment requires a Proxy object to hold the intermediate value for dereferencing. More...

#include <expr.h>

Public Member Functions

 Proxy (const Expr &e)
Expr operator* ()

Private Attributes

const Exprd_e

Detailed Description

Postfix increment requires a Proxy object to hold the intermediate value for dereferencing.

Definition at line 262 of file expr.h.

Constructor & Destructor Documentation

CVC3::Expr::iterator::Proxy::Proxy ( const Expr e)
inline

Definition at line 265 of file expr.h.

Member Function Documentation

Expr CVC3::Expr::iterator::Proxy::operator* ( )
inline

Definition at line 266 of file expr.h.

Member Data Documentation

const Expr* CVC3::Expr::iterator::Proxy::d_e
private

Definition at line 263 of file expr.h.


The documentation for this class was generated from the following file: