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

Chain< C, ID > Class Template Reference

#include <Chain.hpp>

List of all members.

Public Member Functions

const Linkheader () const
void addLast (C elem)
void addFirst (C elem)
void delLast ()
void delFirst ()
bool isEmpty () const
Linkfirst () const
last () const
void sort ()
int length () const

Private Attributes

Link _header

Friends

class Iterator


Detailed Description

template<class C, ClassID ID>
class Chain< C, ID >

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


Member Function Documentation

template<class C, ClassID ID>
void Chain< C, ID >::addFirst elem  )  [inline]
 

template<class C, ClassID ID>
void Chain< C, ID >::addLast elem  )  [inline]
 

template<class C, ClassID ID>
void Chain< C, ID >::delFirst  )  [inline]
 

template<class C, ClassID ID>
void Chain< C, ID >::delLast  )  [inline]
 

template<class C, ClassID ID>
Link* Chain< C, ID >::first  )  const [inline]
 

template<class C, ClassID ID>
const Link* Chain< C, ID >::header  )  const [inline]
 

template<class C, ClassID ID>
bool Chain< C, ID >::isEmpty  )  const [inline]
 

template<class C, ClassID ID>
C Chain< C, ID >::last  )  const [inline]
 

template<class C, ClassID ID>
int Chain< C, ID >::length  )  const [inline]
 

template<class C, ClassID ID>
void Chain< C, ID >::sort  )  [inline]
 


Friends And Related Function Documentation

template<class C, ClassID ID>
friend class Iterator [friend]
 


Member Data Documentation

template<class C, ClassID ID>
Link Chain< C, ID >::_header [private]
 


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