CVC3
Defines | Functions

expr_manager.cpp File Reference

#include "expr_manager.h"
#include "command_line_flags.h"
#include "expr_stream.h"
#include "pretty_printer.h"
#include "memory_manager_malloc.h"
#include "memory_manager_chunks.h"

Go to the source code of this file.

Defines

Functions


Detailed Description

Author: Sergey Berezin

Created: Wed Dec 4 14:20:56 2002


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


Definition in file expr_manager.cpp.


Define Documentation

#define REG (   k)    em.newKind(k, #k)

Definition at line 490 of file expr_manager.cpp.

#define REG_TYPE (   k)    em.newKind(k, #k, true)

Definition at line 491 of file expr_manager.cpp.


Function Documentation

static void registerKinds ( ExprManager em) [static]