cvc4-1.4
|
This is a forward declaration header to declare the CDInsertHashMap<> template. More...
#include "cvc4_public.h"
Go to the source code of this file.
Namespaces | |
namespace | __gnu_cxx |
namespace | CVC4 |
namespace | CVC4::context |
This is a forward declaration header to declare the CDInsertHashMap<> template.
** Original author: Tim King ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 project. ** Copyright (c) 2009-2014 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.
This is a forward declaration header to declare the CDInsertHashMap<> template. It's useful if you want to forward-declare CDInsertHashMap<> without including the full cdinsert_hashmap.h header, for example, in a public header context.
For CDInsertHashMap<> in particular, it's difficult to forward-declare it yourself, because it has a default template argument.
Definition in file cdinsert_hashmap_forward.h.