ROSE
0.9.6a
|
A Shared Pointer Wrapper for CompactRepresentation. More...
#include <IntraProcAliasAnalysis.h>
Public Member Functions | |
CompReprPtr () | |
Constructor. More... | |
CompReprPtr (CompactRepresentation *repr) | |
Constructor. More... | |
CompReprBase * | get () const |
get the actual pointer to compact representation More... | |
bool | operator== (const CompReprPtr &that) const |
bool | operator!= (const CompReprPtr &that) const |
void | operator+= (const CompReprPtr &that) const |
Private Attributes | |
boost::shared_ptr< CompReprBase > | ptr |
The shared pointer holding th CompactRepresentation. More... | |
A Shared Pointer Wrapper for CompactRepresentation.
Definition at line 190 of file IntraProcAliasAnalysis.h.
|
inline |
Constructor.
Definition at line 195 of file IntraProcAliasAnalysis.h.
|
inline |
Constructor.
Definition at line 198 of file IntraProcAliasAnalysis.h.
|
inline |
get the actual pointer to compact representation
Definition at line 201 of file IntraProcAliasAnalysis.h.
bool CompReprPtr::operator== | ( | const CompReprPtr & | that) | const |
|
inline |
Definition at line 207 of file IntraProcAliasAnalysis.h.
void CompReprPtr::operator+= | ( | const CompReprPtr & | that) | const |
|
private |
The shared pointer holding th CompactRepresentation.
Definition at line 192 of file IntraProcAliasAnalysis.h.