#include <carl-common/util/container_types.h>
#include <carl-common/memory/Singleton.h>
#include <carl-common/util/hash.h>
#include "../sort/Sort.h"
#include "UninterpretedFunction.h"
#include <cassert>
#include <iostream>
#include <utility>
#include <vector>
 
Go to the source code of this file.
 | 
|    | carl | 
|   | carl is the main namespace for the library. 
  | 
|   | 
 | 
| bool  | carl::operator== (const UFContent &lhs, const UFContent &rhs) | 
|   | 
| bool  | carl::operator< (const UFContent &lhs, const UFContent &rhs) | 
|   | 
| UninterpretedFunction  | carl::newUninterpretedFunction (std::string name, std::vector< Sort > domain, Sort codomain) | 
|   | Gets the uninterpreted function with the given name, domain, arguments and codomain.  More...
  | 
|   | 
- 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 UFManager.h.