48#ifndef GUM_MATH_FORMULA_H
49#define GUM_MATH_FORMULA_H
180 std::string
str()
const;
313 Formula(
unsigned long long ul);
396 const std::string&
formula()
const;
Class hash tables iterators.
gum is the global namespace for all aGrUM entities
value_type & operator*()
Returns the value pointed to by the iterator.
std::ostream & operator<<(std::ostream &stream, const AVLTree< Val, Cmp > &tree)
display the content of a tree
Formula operator/(const Formula &a, const Formula &b)
std::string to_string(const Formula &f)
HashTableIteratorSafe< Key, Val > operator+(Size i) const
Returns a new iterator pointing to i elements further in the hashtable.
ListConstIterator< Val >::difference_type operator-(const ListConstIterator< Val > &iter1, const ListConstIterator< Val > &iter2)
For STL compliance, a distance operator.