Skip to content

CompReprPtr

A Shared Pointer Wrapper for CompactRepresentation

Synopsis

Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>

class CompReprPtr;

Member Functions

Name

Description

CompReprPtr [constructor]

Constructor

get

get the actual pointer to compact representation

operator+=

operator==

Equality operator

operator!=

Inequality operator

Private Data Members

Name

Description

ptr

The shared pointer holding th CompactRepresentation

Created with MrDocs