ed
Public Member Functions | Private Attributes | Friends | List of all members
ed::Time Class Reference

#include <time.h>

Public Member Functions

bool operator< (const Time &rhs) const
 
double seconds () const
 
 Time ()
 
 Time (double secs)
 

Private Attributes

double secs_
 

Friends

std::ostreamoperator<< (std::ostream &out, const Time &d)
 

Detailed Description

Definition at line 9 of file time.h.

Constructor & Destructor Documentation

◆ Time() [1/2]

ed::Time::Time ( )
inline

Definition at line 14 of file time.h.

◆ Time() [2/2]

ed::Time::Time ( double  secs)
inline

Definition at line 16 of file time.h.

Member Function Documentation

◆ operator<()

bool ed::Time::operator< ( const Time rhs) const
inline

Definition at line 18 of file time.h.

◆ seconds()

double ed::Time::seconds ( ) const
inline

Definition at line 34 of file time.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream out,
const Time d 
)
friend

Definition at line 20 of file time.h.

Member Data Documentation

◆ secs_

double ed::Time::secs_
private

Definition at line 38 of file time.h.


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