#include <Position.hpp>
Inheritance diagram for Position:
Public Member Functions | |
Position () | |
Position (const Position &) | |
Position (int p) | |
Position (int head, const Position &tail) | |
const Position & | 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 IntList. |