%rename(getChild) CVC4::Expr::operator[](unsigned i) const;
%ignore CVC4::Expr::operator bool() const;// can just use isNull()
+namespace CVC4 {
+ namespace expr {
+ %ignore exportInternal;
+ }/* CVC4::expr namespace */
+}/* CVC4 namespace */
+
%include "expr/expr.h"
** See the file COPYING in the top-level source directory for licensing
** information.\endverbatim
**
- ** \brief Public-facing expression manager interface, implementation.
+ ** \brief Public-facing expression manager interface, implementation
**
** Public-facing expression manager interface, implementation.
**/
** See the file COPYING in the top-level source directory for licensing
** information.\endverbatim
**
- ** \brief Public-facing expression manager interface.
+ ** \brief Public-facing expression manager interface
**
** Public-facing expression manager interface.
**/
%rename(toSortConstructorType) CVC4::Type::operator SortConstructorType() const;
%rename(toKindType) CVC4::Type::operator KindType() const;
+namespace CVC4 {
+ namespace expr {
+ %ignore exportTypeInternal;
+ }/* CVC4::expr namespace */
+}/* CVC4 namespace */
+
%include "expr/type.h"
VariableTypeMap d_typeMap;
VarMap d_to;
VarMap d_from;
-};
+};/* struct ExprManagerMapCollection */
}/* CVC4 namespace */