164 }
else if (
_stack_.top().character !=
'(') {
179 std::stack< FormulaPart >& stack)
const {
180 std::vector< FormulaPart > args;
184 while (item.
argc() > args.size()) {
185 args.push_back(stack.top());
189 stack.push(item.
eval(args));
Exception : operation not allowed.
#define GUM_ERROR(type, msg)
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.