#include <app4triqs/app4triqs.hpp>
A very useful and important class
- Note
- A Useful note
Definition at line 21 of file app4triqs.hpp.
|
| | toto (int i_) |
| int | f (int u) |
|
int | get_i () const |
| | Simple accessor.
|
|
toto | operator+ (toto const &b) const |
| | Arithmetic operations.
|
|
toto & | operator= (toto const &)=default |
| | Copy/Move assignment.
|
|
bool | operator== (toto const &b) const |
| | Comparison.
|
|
void | serialize (auto &ar) const |
| | Serialization.
|
|
|
static std::string | hdf5_format () |
| | HDF5.
|
◆ toto()
| app4triqs::toto::toto |
( |
int | i_ | ) |
|
|
inlineexplicit |
Construct from integer
- Parameters
-
Definition at line 33 of file app4triqs.hpp.
◆ f()
| int app4triqs::toto::f |
( |
int | u | ) |
|
|
inline |
A simple function with \( G(\tau) \)
- Parameters
-
Definition at line 53 of file app4triqs.hpp.
The documentation for this class was generated from the following files: