#include <iostream>
#include "Memory.hpp"
Defines | |
#define | mem_static(CID) Memory<CID>* Memory<CID>::_freeList = 0; Memory<CID>* Memory<CID>::_allocated = 0; int Memory<CID>::_allocs = 0; int Memory<CID>::_deallocs = 0; Memory<CID>::LeakChecker dummy_##CID; |
Functions | |
const char * | id2name (ClassID 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
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 |
|
|