ARB
Public Member Functions | Static Public Member Functions | List of all members
timestamp Class Reference

#include <ScrollSynchronizer.h>

Public Member Functions

 timestamp (unsigned i)
 
 operator unsigned () const
 
void setNewerThan (const timestamp &other)
 
void setOlderThan (const timestamp &other)
 
bool newer_than (const timestamp &other) const
 
bool older_than (const timestamp &other) const
 

Static Public Member Functions

static timestamp before (const timestamp &t)
 
static timestamp after (const timestamp &t)
 

Detailed Description

Definition at line 34 of file ScrollSynchronizer.h.

Constructor & Destructor Documentation

timestamp::timestamp ( unsigned  i)
inlineexplicit

Definition at line 37 of file ScrollSynchronizer.h.

Referenced by after(), and before().

Member Function Documentation

timestamp::operator unsigned ( ) const
inline

Definition at line 38 of file ScrollSynchronizer.h.

static timestamp timestamp::before ( const timestamp t)
inlinestatic

Definition at line 40 of file ScrollSynchronizer.h.

References timestamp().

Referenced by setOlderThan().

static timestamp timestamp::after ( const timestamp t)
inlinestatic

Definition at line 41 of file ScrollSynchronizer.h.

References timestamp().

Referenced by setNewerThan().

void timestamp::setNewerThan ( const timestamp other)
inline

Definition at line 43 of file ScrollSynchronizer.h.

References after().

Referenced by MasterCanvas::announce_update().

void timestamp::setOlderThan ( const timestamp other)
inline

Definition at line 44 of file ScrollSynchronizer.h.

References before().

bool timestamp::newer_than ( const timestamp other) const
inline

Definition at line 46 of file ScrollSynchronizer.h.

bool timestamp::older_than ( const timestamp other) const
inline

Definition at line 47 of file ScrollSynchronizer.h.


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