|
basix_doc 0.1
|
#include <type_props.hpp>
Definition at line 304 of file type_props.hpp.
| binary_format | ( | ) | [inline] |
Definition at line 307 of file type_props.hpp.
| binary_format | ( | const C & | x | ) | [inline] |
| binary_format | ( | const format< C > & | x | ) | [inline] |
Definition at line 311 of file type_props.hpp.
:
fm1 ((FT1) get_format1 (x)), fm2 ((FT2) get_format2 (x)) {}
| binary_format | ( | const no_format & | nfm | ) | [inline] |
Definition at line 313 of file type_props.hpp.
| binary_format | ( | const binary_format< FT1, FT2 > & | fm | ) | [inline] |
Definition at line 315 of file type_props.hpp.
| binary_format | ( | const FT1 & | fm1b, |
| const FT2 & | fm2b | ||
| ) | [inline] |
Definition at line 317 of file type_props.hpp.
| FT1 format1 | ( | ) | const [inline] |
Definition at line 320 of file type_props.hpp.
{ return fm1; }
| FT2 format2 | ( | ) | const [inline] |
Definition at line 321 of file type_props.hpp.
{ return fm2; }
| binary_format<FT1,FT2> rfm | ( | ) | const [inline] |
Definition at line 319 of file type_props.hpp.
{ return *this; }
| FT1 fm1 |
Definition at line 305 of file type_props.hpp.
| FT2 fm2 |
Definition at line 306 of file type_props.hpp.