Class CompReprPtr#

Class Documentation#

class CompReprPtr#

A Shared Pointer Wrapper for CompactRepresentation.

Public Functions

inline CompReprPtr()#

Constructor.

inline CompReprPtr(CompactRepresentation *repr)#

Constructor.

inline CompReprBase *get() const#

get the actual pointer to compact representation

bool operator==(const CompReprPtr &that) const#
inline bool operator!=(const CompReprPtr &that) const#
void operator+=(const CompReprPtr &that) const#