Classes | Variables

reduceMF Namespace Reference

Classes

class  Or
 Performs a binary 'or' on all of the elements in the MFBool and returns the result. More...
class  And
 Performs a binary 'and' on all of the elements in the MFBool and returns the result. More...

Variables

tuple OR = Or()
tuple AND = And()

Detailed Description

   	Copyright 2011, CERTEC

    This file is part of HIPP.

    HIPP is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    HIPP 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 General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with HIPP.  If not, see <http://www.gnu.org/licenses/>.


Variable Documentation

tuple reduceMF::AND = And()
tuple reduceMF::OR = Or()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines