Realistic 3D camera system
3D camera system components
Classes | Static Public Member Functions | List of all members
tick_count_traits Struct Reference

Classes

class  duration_type
 
class  time_type
 

Static Public Member Functions

static time_type now ()
 
static time_type add (const time_type &t, const duration_type &d)
 
static duration_type subtract (const time_type &t1, const time_type &t2)
 
static bool less_than (const time_type &t1, const time_type &t2)
 
static boost::posix_time::time_duration to_posix_duration (const duration_type &d)
 

Detailed Description

Definition at line 21 of file tick_count_timer.cpp.

Member Function Documentation

static time_type tick_count_traits::add ( const time_type t,
const duration_type d 
)
inlinestatic

Definition at line 56 of file tick_count_timer.cpp.

static bool tick_count_traits::less_than ( const time_type t1,
const time_type t2 
)
inlinestatic

Definition at line 75 of file tick_count_timer.cpp.

static time_type tick_count_traits::now ( )
inlinestatic

Definition at line 48 of file tick_count_timer.cpp.

static duration_type tick_count_traits::subtract ( const time_type t1,
const time_type t2 
)
inlinestatic

Definition at line 64 of file tick_count_timer.cpp.

static boost::posix_time::time_duration tick_count_traits::to_posix_duration ( const duration_type d)
inlinestatic

Definition at line 85 of file tick_count_timer.cpp.


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