carl  24.04
Computer ARithmetic Library
UVariable.h File Reference
Include dependency graph for UVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::UVariable
 Implements an uninterpreted variable. More...
 
struct  std::hash< carl::UVariable >
 Implements std::hash for uninterpreted variables. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

std::ostream & carl::operator<< (std::ostream &os, UVariable uvar)
 Prints the given uninterpreted variable on the given output stream. More...
 
bool carl::operator== (UVariable lhs, UVariable rhs)
 
bool carl::operator< (UVariable lhs, UVariable rhs)
 

Detailed Description

Author
Florian Corziliuscorzi.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 UVariable.h.