cvc4-1.3
cdtrail_hashmap_forward.h File Reference

This is a forward declaration header to declare the CDTrailHashMap<> template. More...

#include "cvc4_public.h"

Go to the source code of this file.

Data Structures

struct  __gnu_cxx::hash< Key >
 
class  CVC4::context::CDTrailHashMap< Key, Data, HashFcn >
 

Namespaces

 __gnu_cxx
 
 CVC4
 
 CVC4::context
 

Detailed Description

This is a forward declaration header to declare the CDTrailHashMap<> 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-2013  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 CDTrailHashMap<> template. It's useful if you want to forward-declare CDTrailHashMap<> without including the full cdtrail_hash_map.h header, for example, in a public header context.

For CDTrailHashMap<> in particular, it's difficult to forward-declare it yourself, because it has a default template argument.

Definition in file cdtrail_hashmap_forward.h.