|
LILAC
|


Go to the source code of this file.
Classes | |
| class | example_type |
| struct | float_traits< example_type > |
| struct | get< example_type, 1 > |
| Get function for first dimension. More... | |
| struct | get< example_type, 2 > |
| Get function for second dimension. More... | |
| struct | get< example_type, dim > |
| Unspecialized get function that will fail static_assert. More... | |
Macros | |
| #define | EXAMPLE_TYPE_HPP |
Functions | |
| double | abs (const example_type &inval) |
| example_type | operator+ (double val, const example_type &in) |
| example_type | operator* (double val, const example_type &in) |
| example_type | operator- (double val, const example_type &in) |
| std::ostream & | operator<< (std::ostream &out, const example_type &dat) |
| #define EXAMPLE_TYPE_HPP |
Definition at line 19 of file example_type.hpp.
|
inline |
|
inline |
Definition at line 78 of file example_type.hpp.
|
inline |
Definition at line 75 of file example_type.hpp.
|
inline |
Definition at line 81 of file example_type.hpp.
|
inline |
Definition at line 90 of file example_type.hpp.
1.8.1.2