![]()  | 
  
    alaCarte Maps
    
   Renderer for OpenStreetMap tiles 
   | 
 
Go to the source code of this file.
Classes | |
| class | eval::BinaryOperationNode | 
| represents and executes a binary operation in the eval syntax tree  More... | |
Namespaces | |
| eval | |
| This file is part of alaCarte.  | |
| eval::op | |
Macros | |
| #define | _BINARY_OPERATION_NODE_HPP | 
| This file is part of alaCarte.  More... | |
Enumerations | |
| enum | eval::op::BinaryOperationEnum {  eval::op::Equal, eval::op::Unequal, eval::op::Less, eval::op::LessEqual, eval::op::Greater, eval::op::GreaterEqual, eval::op::StringEqual, eval::op::StringUnequal, eval::op::Add, eval::op::Minus, eval::op::Mul, eval::op::Div, eval::op::Concatination }  | 
| Enumeration for all binary operations.  More... | |
| #define _BINARY_OPERATION_NODE_HPP | 
This file is part of alaCarte.
alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.
Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Tobias Kahlert
Definition at line 23 of file binary_operation_node.hpp.