ui-utilcpp  1.8.3
Data Structures | Namespaces | Functions
Time.hpp File Reference
#include <string>
#include <ui-utilcpp/Exception.hpp>
Include dependency graph for Time.hpp:

Data Structures

class  UI::Util::RealTimeStamp
 RealTimeStamp class encapsulating "gettimeofday". More...
 
class  UI::Util::ScopeRealTime
 Log time used for a scope. More...
 

Namespaces

 UI
 Namespace for any Schlund+Partner C++ code.
 
 UI::Util
 Namespace for ui-utilcpp.
 

Functions

long int UI::Util::getTimeValSec ()
 Get "sec"-part from gettimeofday(2).
 
long int UI::Util::getTimeValUSec ()
 Get "usec"-part from gettimeofday(2).
 
unsigned int UI::Util::nanosleep (unsigned int seconds, long int nanoseconds)
 No Signal Sleep: Using POSIX nanosleep(2). More...
 
unsigned int UI::Util::nssleep (unsigned int seconds)
 No Signal Seconds Sleep: Using POSIX nanosleep(2). More...
 
unsigned int UI::Util::nsnsleep (long int nanoseconds)
 No Signal Nano Sleep. More...
 
std::ostream & UI::Util::operator<< (std::ostream &os, RealTimeStamp const &rt)
 Streaming operator for RealTimeStamp.