Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

Pair< C, D, cid > Class Template Reference

#include <Pair.hpp>

List of all members.

Public Member Functions

 Pair (C left, D right)
 Pair ()
left () const
right () const
void left (C lft)
void right (D rht)
bool operator== (Pair &rhs) const

Protected Attributes

_left
_right


Detailed Description

template<class C, class D, ClassID cid>
class Pair< C, D, cid >

This software is an adaptation of the theorem prover Vampire for working with large knowledge bases in the KIF format, see http://www.prover.info for publications on Vampire.

Copyright (C) Andrei Voronkov and Alexandre Riazanov

Author:
Alexandre Riazanov <riazanov@cs.man.ac.uk>

Andrei Voronkov <voronkov@cs.man.ac.uk>, <andrei@voronkov.com>

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

This library 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Constructor & Destructor Documentation

template<class C, class D, ClassID cid>
Pair< C, D, cid >::Pair left,
right
[inline]
 

template<class C, class D, ClassID cid>
Pair< C, D, cid >::Pair  )  [inline]
 


Member Function Documentation

template<class C, class D, ClassID cid>
void Pair< C, D, cid >::left lft  )  [inline]
 

template<class C, class D, ClassID cid>
C Pair< C, D, cid >::left  )  const [inline]
 

template<class C, class D, ClassID cid>
bool Pair< C, D, cid >::operator== Pair< C, D, cid > &  rhs  )  const [inline]
 

template<class C, class D, ClassID cid>
void Pair< C, D, cid >::right rht  )  [inline]
 

template<class C, class D, ClassID cid>
D Pair< C, D, cid >::right  )  const [inline]
 


Member Data Documentation

template<class C, class D, ClassID cid>
C Pair< C, D, cid >::_left [protected]
 

template<class C, class D, ClassID cid>
D Pair< C, D, cid >::_right [protected]
 


The documentation for this class was generated from the following file:
Generated on Sat Jun 28 15:08:59 2003 for Vampire by doxygen 1.3.2