cvc4-1.4
cdhashset_forward.h File Reference

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

#include "cvc4_public.h"
Include dependency graph for cdhashset_forward.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

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

** Original author: Dejan Jovanovic
** Major contributors: Morgan Deters
** 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 CDSet<> template. It's useful if you want to forward-declare CDSet<> without including the full cdset.h header, for example, in a public header context.

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

Definition in file cdhashset_forward.h.