|
BWAPI
|
#include <CGAL/IO/io.h>

Go to the source code of this file.
Classes | |
| class | Parens_as_product_tag |
| struct | Needs_parens_as_product< NT > |
| Decides whether this number requires parentheses in case it appears within a produkt. More... | |
| class | Output_rep< T, Parens_as_product_tag > |
oformat Output_rep specialized for NiX::Parens_as_product_tag More... | |
| struct | Needs_parens_as_product< short > |
| struct | Needs_parens_as_product< int > |
| struct | Needs_parens_as_product< long > |
| struct | Needs_parens_as_product< float > |
| struct | Needs_parens_as_product< double > |
| struct | Needs_parens_as_product< long double > |
Functions | |
| template<class NT > | |
| bool | needs_parens_as_product (const NT &x) |
| Decides whether this number requires parentheses in case it appears within a produkt. | |
| bool needs_parens_as_product | ( | const NT & | x | ) | [inline] |
Decides whether this number requires parentheses in case it appears within a produkt.

1.7.6.1