cvc4-1.3
array_store_all.h File Reference

Representation of a constant array (an array in which the element is the same for all indices) More...

#include "cvc4_public.h"
#include "expr/expr.h"
#include "expr/type.h"
#include <iostream>

Go to the source code of this file.

Data Structures

class  CVC4::ArrayStoreAll
 
struct  CVC4::ArrayStoreAllHashFunction
 Hash function for the ArrayStoreAll constants. More...
 

Namespaces

 CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &out, const ArrayStoreAll &asa)
 

Detailed Description

Representation of a constant array (an array in which the element is the same for all indices)

** Original author: Morgan Deters
** 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.

Representation of a constant array (an array in which the element is the same for all indices).

Definition in file array_store_all.h.