cgv
Loading...
Searching...
No Matches
cgv::data::time_stamp Class Reference

Keep a time stamp to store modified time of objects. More...

#include <time_stamp.h>

Public Member Functions

bool is_valid () const
 
void reset ()
 
void modified ()
 
time_point get_modified_time () const
 
bool operator> (const time_stamp &other)
 
bool operator< (const time_stamp &other)
 

Detailed Description

Keep a time stamp to store modified time of objects.

Definition at line 11 of file time_stamp.h.

Member Function Documentation

◆ get_modified_time()

time_point cgv::data::time_stamp::get_modified_time ( ) const
inline

Definition at line 25 of file time_stamp.h.

◆ is_valid()

bool cgv::data::time_stamp::is_valid ( ) const
inline

Definition at line 13 of file time_stamp.h.

◆ modified()

void cgv::data::time_stamp::modified ( )
inline

Definition at line 21 of file time_stamp.h.

◆ operator<()

bool cgv::data::time_stamp::operator< ( const time_stamp other)
inline

Definition at line 32 of file time_stamp.h.

◆ operator>()

bool cgv::data::time_stamp::operator> ( const time_stamp other)
inline

Definition at line 29 of file time_stamp.h.

◆ reset()

void cgv::data::time_stamp::reset ( )
inline

Definition at line 17 of file time_stamp.h.


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