CBMC
|
#include <ai_domain.h>
Public Types | |
typedef ai_domain_baset | statet |
typedef ai_domain_baset::locationt | locationt |
typedef ai_domain_baset::trace_ptrt | trace_ptrt |
Public Member Functions | |
virtual | ~ai_domain_factory_baset () |
virtual std::unique_ptr< statet > | make (locationt l) const =0 |
virtual std::unique_ptr< statet > | copy (const statet &s) const =0 |
virtual bool | merge (statet &dest, const statet &src, trace_ptrt from, trace_ptrt to) const =0 |
Definition at line 170 of file ai_domain.h.
Definition at line 174 of file ai_domain.h.
Definition at line 173 of file ai_domain.h.
Definition at line 175 of file ai_domain.h.
|
inlinevirtual |
Definition at line 177 of file ai_domain.h.
|
pure virtual |