cprover
sharing_node.h File Reference

Sharing node. More...

#include <list>
#include <map>
#include <memory>
#include <cassert>
Include dependency graph for sharing_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sharing_nodet< keyT, valueT, predT, no_sharing >
 
class  sharing_nodet< keyT, valueT, predT, no_sharing >::dt
 

Macros

#define _sn_assert(b)   assert(b)
 

Functions

template<class T >
const T * as_const (T *t)
 

Detailed Description

Sharing node.

Definition in file sharing_node.h.

Macro Definition Documentation

◆ _sn_assert

Function Documentation

◆ as_const()