|
cprover
|
A type for subranges of integers. More...
#include <std_types.h>
Inheritance diagram for range_typet:
Collaboration diagram for range_typet:Additional Inherited Members | |
Public Types inherited from irept | |
| using | baset = tree_implementationt |
Public Types inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > > | |
| using | dt |
| using | subt |
| using | named_subt |
| using | tree_implementationt |
| Used to refer to this class from derived classes. | |
Static Public Member Functions inherited from typet | |
| static void | check (const typet &, const validation_modet=validation_modet::INVARIANT) |
| Check that the type is well-formed (shallow checks only, i.e., subtypes are not checked) | |
| static void | validate (const typet &type, const namespacet &, const validation_modet vm=validation_modet::INVARIANT) |
| Check that the type is well-formed, assuming that its subtypes have already been checked for well-formedness. | |
| static void | validate_full (const typet &type, const namespacet &ns, const validation_modet vm=validation_modet::INVARIANT) |
| Check that the type is well-formed (full check, including checks of subtypes) | |
Static Public Member Functions inherited from irept | |
| static bool | is_comment (const irep_idt &name) |
| static std::size_t | number_of_non_comments (const named_subt &) |
| count the number of named_sub elements that are not comments | |
Protected Member Functions inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > > | |
| void | detach () |
Static Protected Member Functions inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > > | |
| static void | remove_ref (dt *old_data) |
| static void | nonrecursive_destructor (dt *old_data) |
| Does the same as remove_ref, but using an explicit stack instead of recursion. | |
Protected Attributes inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > > | |
| dt * | data |
Static Protected Attributes inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > > | |
| static dt | empty_d |
A type for subranges of integers.
Definition at line 951 of file std_types.h.
|
inline |
Definition at line 954 of file std_types.h.
| mp_integer range_typet::get_from | ( | ) | const |
Definition at line 166 of file std_types.cpp.
| mp_integer range_typet::get_to | ( | ) | const |
Definition at line 171 of file std_types.cpp.
| void range_typet::set_from | ( | const mp_integer & | _from | ) |
Definition at line 156 of file std_types.cpp.
| void range_typet::set_to | ( | const mp_integer & | to | ) |
Definition at line 161 of file std_types.cpp.