The actual content of an uninterpreted function instance.
More...
#include <UFInstanceManager.h>
The actual content of an uninterpreted function instance.
Definition at line 33 of file UFInstanceManager.h.
◆ UFInstanceContent() [1/5]
carl::UFInstanceContent::UFInstanceContent |
( |
| ) |
|
|
delete |
◆ UFInstanceContent() [2/5]
◆ UFInstanceContent() [3/5]
◆ UFInstanceContent() [4/5]
Constructs the content of an uninterpreted function instance.
- Parameters
-
uf | The underlying function of the uninterpreted function instance to construct. |
args | The arguments of the uninterpreted function instance to construct. |
Definition at line 52 of file UFInstanceManager.h.
◆ UFInstanceContent() [5/5]
Constructs the content of an uninterpreted function instance.
- Parameters
-
uf | The underlying function of the uninterpreted function instance to construct. |
args | The arguments of the uninterpreted function instance to construct. |
Definition at line 61 of file UFInstanceManager.h.
◆ args()
const std::vector<UTerm>& carl::UFInstanceContent::args |
( |
| ) |
const |
|
inline |
- Returns
- The arguments of the uninterpreted function instance.
Definition at line 75 of file UFInstanceManager.h.
◆ operator<()
- Parameters
-
ufic | The uninterpreted function instance's content to compare with. |
- Returns
- true, if this uninterpreted function instance's content is less than the given one.
Definition at line 91 of file UFInstanceManager.h.
◆ operator==()
- Parameters
-
ufic | The uninterpreted function instance's content to compare with. |
- Returns
- true, if this uninterpreted function instance's content is less than the given one.
Definition at line 83 of file UFInstanceManager.h.
◆ uninterpretedFunction()
- Returns
- The underlying function of the uninterpreted function instance
Definition at line 68 of file UFInstanceManager.h.
◆ UFInstanceManager
◆ mArgs
std::vector<UTerm> carl::UFInstanceContent::mArgs |
|
private |
◆ mUninterpretedFunction
The documentation for this class was generated from the following file: