Vireo  1.0
Compact runtime for Virtual Instruments
 All Classes Files Functions Variables Enumerations Enumerator Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Vireo::Fixed128f64 Class Reference

A 64.64 bit fixed point value used for working with absolute and relative times. More...

#include <TimeTypes.h>

Inheritance diagram for Vireo::Fixed128f64:
Vireo::ATime128

Public Member Functions

 Fixed128f64 (Int64 integer, UInt64 fraction)
 
Int64 Integer () const
 
UInt64 Fraction () const
 
Fixed128f64 operator+ (const Fixed128f64 &value)
 
Fixed128f64 const operator- (const Fixed128f64 &value)
 
Boolean operator== (const Fixed128f64 &value) const
 
Boolean operator> (const Fixed128f64 &value) const
 
Boolean operator< (const Fixed128f64 &value) const
 
Boolean operator>= (const Fixed128f64 &value) const
 
Boolean operator<= (const Fixed128f64 &value) const
 

Private Attributes

Int64 _integer
 
UInt64 _fraction
 

Detailed Description

A 64.64 bit fixed point value used for working with absolute and relative times.


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