|
| const_bool_nodef (store_open, true) |
|
| Interval_Info_Null_Open (bool o) |
|
bool | get_boundary_property (Boundary_Type, const Boundary_NS::Property &p) const |
|
void | ascii_dump (std::ostream &s) const |
|
bool | ascii_load (std::istream &s) |
|
| const_bool_nodef (may_be_empty, Policy::may_be_empty) |
|
| const_bool_nodef (may_contain_infinity, Policy::may_contain_infinity) |
|
| const_bool_nodef (check_inexact, Policy::check_inexact) |
|
| const_bool_nodef (store_special, false) |
|
| const_bool_nodef (store_open, false) |
|
| const_bool_nodef (cache_empty, false) |
|
| const_bool_nodef (cache_singleton, false) |
|
| Interval_Info_Null () |
|
void | clear () |
|
void | clear_boundary_properties (Boundary_Type) |
|
template<typename Property > |
void | set_boundary_property (Boundary_Type, const Property &, typename Property::Value=Property::default_value) |
|
template<typename Property > |
Property::Value | get_boundary_property (Boundary_Type, const Property &) const |
|
template<typename Property > |
void | set_interval_property (const Property &, typename Property::Value=Property::default_value) |
|
template<typename Property > |
Property::Value | get_interval_property (const Property &) const |
|
void | m_swap (Interval_Info_Null &y) |
| Swaps *this with y . More...
|
|
void | ascii_dump (std::ostream &s) const |
|
bool | ascii_load (std::istream &s) |
|
template<typename Policy>
class Parma_Polyhedra_Library::Interval_Info_Null_Open< Policy >
Definition at line 141 of file Interval_Info_defs.hh.