CVC3  2.4.1
Macros | 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.

Macros

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

Functions

static void registerKinds (ExprManager &em)
 

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.

Macro Definition 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