10#ifndef MCRL2_ATERMPP_DETAIL_ATERM_INT_H
11#define MCRL2_ATERMPP_DETAIL_ATERM_INT_H
30 std::size_t
value() const noexcept
39static_assert(
sizeof(
_aterm_int) ==
sizeof(
_aterm) +
sizeof(std::size_t),
"Sanity check: _aterm_int size");
The underlying integer term that actually carries the integer data.
std::size_t value() const noexcept
_aterm_int(std::size_t value)
Constructs the underlying term from a given value.
This is the class to which an aterm points.
function_symbol g_as_int
These function symbols are used to indicate integer, list and empty list terms.
The main namespace for the aterm++ library.