1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
DatatypeDecl
============
This class encapsulates a datatype declaration. A datatype declaration is
constructed via :cpp:func:`cvc5::Solver::mkDatatypeDecl()`. This is not a
:doc:`datatype itself <datatype>`, but the representation of the
specification for creating a datatype :cpp:class:`Sort <cvc5::Sort>` via
:cpp:func:`cvc5::Solver::mkDatatypeSort()` and
:cpp:func:`cvc5::Solver::mkDatatypeSorts()`.
----
- class :cpp:class:`cvc5::DatatypeDecl`
- :cpp:func:`std::ostream& cvc5::operator<< (std::ostream& out, const DatatypeDecl& decl)`
----
.. doxygenclass:: cvc5::DatatypeDecl
:project: cvc5
:members:
:undoc-members:
----
.. doxygenfunction:: cvc5::operator<<(std::ostream& out, const DatatypeDecl& decl)
:project: cvc5
|