#include <Lists.hpp>
Inheritance diagram for IntList:
Public Member Functions | |
IntList () | |
IntList (const IntList &) | |
IntList (int) | |
IntList (int head, const IntList &tail) | |
const IntList & | tail () const |
Copyright (C) Andrei Voronkov and Alexandre Riazanov
Andrei Voronkov <voronkov@cs.man.ac.uk>, <andrei@voronkov.com>
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
|
|
|
|
|
|
|
|
|
Reimplemented from Lst< int >. Reimplemented in Position. |