carl  24.04
Computer ARithmetic Library
UFInstance.h File Reference
#include <carl-arith/core/Variables.h>
#include "UVariable.h"
#include "UninterpretedFunction.h"
#include <iostream>
#include <utility>
#include <vector>
Include dependency graph for UFInstance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::UFInstance
 Implements an uninterpreted function instance. More...
 
struct  std::hash< carl::UFInstance >
 Implements std::hash for uninterpreted function instances. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

bool carl::operator== (const UFInstance &lhs, const UFInstance &rhs)
 
bool carl::operator< (const UFInstance &lhs, const UFInstance &rhs)
 
std::ostream & carl::operator<< (std::ostream &os, const UFInstance &ufun)
 Prints the given uninterpreted function instance on the given output stream. More...
 

Detailed Description

Author
Florian Corzilius corzi.nosp@m.lius.nosp@m.@cs.r.nosp@m.wth-.nosp@m.aache.nosp@m.n.de
Since
2014-10-30
Version
2014-10-30

Definition in file UFInstance.h.