VPTissue Reference Manual
SimPT_Sim::ClockMan::Utils Struct Reference

Utilities to tag clocks and to reformat number of ticks to a string. More...

#include <Utils.h>

Collaboration diagram for SimPT_Sim::ClockMan::Utils:
Collaboration graph

Static Public Member Functions

static std::string ToColonString (std::chrono::seconds d)
 Procude string in hh:mm:ss format.
 
static std::string ToColonString (std::chrono::milliseconds d)
 Produce string in hh:mm:ss:mus format.
 
static std::string ToColonString (std::chrono::microseconds d)
 Produce string in hh:mm:ss:ms:mus format.
 
static std::string ToColonString (std::chrono::nanoseconds d)
 Produce string in hh:mm:ss:ms:mus:ns format.
 

Detailed Description

Utilities to tag clocks and to reformat number of ticks to a string.

Definition at line 39 of file Utils.h.


The documentation for this struct was generated from the following file: