List< C, ID > Class Template Reference
#include <List.hpp>
List of all members.
Detailed Description
template<class C, ClassID ID>
class List< 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
Constructor & Destructor Documentation
template<class C, ClassID ID> |
List< C, ID >::List |
( |
C |
head |
) |
[inline] |
|
template<class C, ClassID ID> |
List< C, ID >::List |
( |
C |
head, |
|
|
List< C, ID > * |
tail |
|
) |
[inline] |
|
template<class C, ClassID ID> |
List< C, ID >::List |
( |
|
) |
[inline] |
|
Member Function Documentation
template<class C, ClassID ID> |
List* List< C, ID >::addLast |
( |
C |
elem |
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::append |
( |
List< C, ID > * |
snd |
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::concat |
( |
List< C, ID > * |
first, |
|
|
List< C, ID > * |
second |
|
) |
[inline, static] |
|
template<class C, ClassID ID> |
List* List< C, ID >::cons |
( |
C |
elem |
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::copy |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
C List< C, ID >::deleteNth |
( |
List< C, ID > *& |
lst, |
|
|
int |
N |
|
) |
[inline, static] |
|
template<class C, ClassID ID> |
void List< C, ID >::destroy |
( |
|
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::empty |
( |
|
) |
[inline, static] |
|
template<class C, ClassID ID> |
void List< C, ID >::head |
( |
C |
head |
) |
[inline] |
|
template<class C, ClassID ID> |
C List< C, ID >::head |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
bool List< C, ID >::isEmpty |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
bool List< C, ID >::isNonEmpty |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
int List< C, ID >::length |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
bool List< C, ID >::member |
( |
C |
elem |
) |
[inline] |
|
template<class C, ClassID ID> |
void List< C, ID >::move |
( |
List< C, ID > *& |
from, |
|
|
List< C, ID > *& |
to |
|
) |
[inline, static] |
|
template<class C, ClassID ID> |
C List< C, ID >::nth |
( |
int |
N |
) |
const [inline] |
|
template<class C, ClassID ID> |
C List< C, ID >::pop |
( |
List< C, ID > *& |
lst |
) |
[inline, static] |
|
template<class C, ClassID ID> |
void List< C, ID >::push |
( |
C |
elem, |
|
|
List< C, ID > *& |
lst |
|
) |
[inline, static] |
|
template<class C, ClassID ID> |
List* List< C, ID >::remove |
( |
C |
elem |
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::reverse |
( |
|
) |
[inline] |
|
template<class C, ClassID ID> |
C List< C, ID >::second |
( |
|
) |
const [inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::split |
( |
int |
n, |
|
|
List< C, ID > *& |
rest |
|
) |
[inline] |
|
template<class C, ClassID ID> |
void List< C, ID >::tail |
( |
List< C, ID > * |
tail |
) |
[inline] |
|
template<class C, ClassID ID> |
List* List< C, ID >::tail |
( |
|
) |
const [inline] |
|
Member Data Documentation
template<class C, ClassID ID> |
C List< C, ID >::_head [protected]
|
|
template<class C, ClassID ID> |
List* List< C, ID >::_tail [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Sat Jun 28 15:08:59 2003 for Vampire by
1.3.2