cvc4-1.3
record.h File Reference

A class representing a Record definition. More...

#include "cvc4_public.h"
#include <iostream>
#include <string>
#include <vector>
#include <utility>
#include "util/hash.h"
#include "expr/expr.h"
#include "expr/type.h"

Go to the source code of this file.

Data Structures

class  CVC4::RecordSelect
 
class  CVC4::RecordUpdate
 
struct  CVC4::RecordSelectHashFunction
 
struct  CVC4::RecordUpdateHashFunction
 
class  CVC4::Record
 
struct  CVC4::RecordHashFunction
 

Namespaces

 CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &out, const RecordSelect &t)
 
std::ostream & CVC4::operator<< (std::ostream &out, const RecordUpdate &t)
 
std::ostream & CVC4::operator<< (std::ostream &os, const Record &r)
 

Detailed Description

A class representing a Record definition.

** 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.

A class representing a Record definition.

Definition in file record.h.