ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoolAndLattice Class Reference

#include <latticeFull.h>

Inheritance diagram for BoolAndLattice:
Collaboration diagram for BoolAndLattice:

Public Member Functions

 BoolAndLattice ()
 
 BoolAndLattice (bool state)
 
void initialize ()
 
Latticecopy () const
 
void copy (Lattice *that)
 
bool meetUpdate (Lattice *that)
 
bool operator== (Lattice *that)
 
bool get () const
 
bool set (bool state)
 
bool andUpd (bool state)
 
std::string str (std::string indent="")
 
- Public Member Functions inherited from FiniteLattice
bool finiteLattice ()
 Check if this lattice is finite or not. More...
 
- Public Member Functions inherited from Lattice
virtual void remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc)
 
virtual void incorporateVars (Lattice *that)
 
virtual Latticeproject (SgExpression *expr)
 
virtual bool unProject (SgExpression *expr, Lattice *exprState)
 
bool operator!= (Lattice *that)
 
bool operator== (Lattice &that)
 
bool operator!= (Lattice &that)
 
- Public Member Functions inherited from printable
virtual ~printable ()
 

Private Member Functions

 BoolAndLattice (int state)
 

Private Attributes

int state
 

Detailed Description

Definition at line 16 of file latticeFull.h.

Constructor & Destructor Documentation

BoolAndLattice::BoolAndLattice ( )
inline

Definition at line 25 of file latticeFull.h.

References state.

BoolAndLattice::BoolAndLattice ( int  state)
inlineprivate

Definition at line 29 of file latticeFull.h.

References state.

BoolAndLattice::BoolAndLattice ( bool  state)
inline

Definition at line 33 of file latticeFull.h.

References state.

Member Function Documentation

void BoolAndLattice::initialize ( )
inlinevirtual

Implements Lattice.

Definition at line 37 of file latticeFull.h.

References state.

Lattice* BoolAndLattice::copy ( ) const
virtual

Implements Lattice.

void BoolAndLattice::copy ( Lattice that)
virtual

Implements Lattice.

bool BoolAndLattice::meetUpdate ( Lattice that)
virtual

Implements Lattice.

bool BoolAndLattice::operator== ( Lattice that)
virtual

Implements Lattice.

bool BoolAndLattice::get ( ) const
bool BoolAndLattice::set ( bool  state)
bool BoolAndLattice::andUpd ( bool  state)
std::string BoolAndLattice::str ( std::string  indent = "")
virtual

Implements printable.

Member Data Documentation

int BoolAndLattice::state
private

Definition at line 22 of file latticeFull.h.

Referenced by BoolAndLattice(), and initialize().


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