carl  24.04
Computer ARithmetic Library
SortValue.h File Reference
#include <carl-common/util/hash.h>
#include <carl-formula/sort/Sort.h>
#include <cassert>
#include <iostream>
#include <utility>
Include dependency graph for SortValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::SortValue
 Implements a sort value, being a value of the uninterpreted domain specified by this sort. More...
 
struct  std::hash< carl::SortValue >
 Implements std::hash for sort value. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

std::ostream & carl::operator<< (std::ostream &os, const SortValue &sv)
 Prints the given sort value on the given output stream. More...
 
bool carl::operator== (const SortValue &lhs, const SortValue &rhs)
 Compares two sort values for equality. More...
 
bool carl::operator< (const SortValue &lhs, const SortValue &rhs)
 Orders two sort values. 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-24
Version
2014-10-24

Definition in file SortValue.h.