29#include <Inventor/system/inttypes.h>
30#include <Inventor/SbBasic.h>
31#include <Inventor/SbString.h>
36#define SBTIME_UNDEF_MAX
47 static SbTime getTimeOfDay(
void);
48 void setToTimeOfDay(
void);
52 static SbTime maxTime(
void);
53 static void sleep(
int msec);
54 void setValue(
const double sec);
55 void setValue(
const int32_t
sec,
const long usec);
56 void setValue(
const struct timeval *
const tv);
57 void setMsecValue(
const unsigned long msec);
58 double getValue(
void)
const;
61 unsigned long getMsecValue(
void)
const;
62 SbString format(
const char *
const fmt =
"%S.%i")
const;
64 SbBool parsedate(
const char *
const date);
69 SbTime operator-(
void)
const;
84 void print(
FILE * fp)
const;
88 void addToString(
SbString & str,
const double val)
const;
100#ifdef SBTIME_UNDEF_MAX
101#define max(a,b) (((a) > (b)) ? (a) : (b))
102#undef SBTIME_UNDEF_MAX
The SbList class is a template container class for lists.
Definition SbList.h:61
int operator!=(const SbList< Type > &l) const
Definition SbList.h:208
int operator==(const SbList< Type > &l) const
Definition SbList.h:200
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SbTime class instances represents time values.
Definition SbTime.h:41