Namespaces | Typedefs | Functions
time.h File Reference
#include <chrono>
#include "fcl/export.h"
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fcl
 Main namespace.
 
 fcl::time
 Namespace containing time datatypes and time operations.
 

Typedefs

using fcl::time::duration = std::chrono::system_clock::duration
 Representation of a time duration. More...
 
using fcl::time::point = std::chrono::system_clock::time_point
 Representation of a point in time. More...
 

Functions

FCL_EXPORT point fcl::time::now (void)
 Get the current time point. More...
 
FCL_EXPORT double fcl::time::seconds (const duration &d)
 Return the number of seconds that a time duration represents. More...
 
FCL_EXPORT duration fcl::time::seconds (double sec)
 Return the time duration representing a given number of seconds. More...
 


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50