DUNE PDELab (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::PDELab::TimeSpec Struct Reference
struct to store temporal values More...
#include <dune/pdelab/common/clock.hh>
Public Attributes | |
time_t | tv_sec |
seconds part | |
long | tv_nsec |
nanoseconds part More... | |
Detailed Description
struct to store temporal values
Member Data Documentation
◆ tv_nsec
long Dune::PDELab::TimeSpec::tv_nsec |
nanoseconds part
- Note
- 0 <= tv_nsec < 1e9 should always hold.
The documentation for this struct was generated from the following file:
- dune/pdelab/common/clock.hh
