libdcp
Classes | Namespaces | Functions
dcp_time.h File Reference

Time class. More...

#include "types.h"
#include <boost/optional.hpp>
#include <stdint.h>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  dcp::Time
 A representation of time within a DCP. More...
 

Namespaces

 dcp
 Namespace for everything in libdcp.
 

Functions

bool dcp::operator== (Time const &a, Time const &b)
 
bool dcp::operator!= (Time const &a, Time const &b)
 
bool dcp::operator<= (Time const &a, Time const &b)
 
bool dcp::operator< (Time const &a, Time const &b)
 
bool dcp::operator> (Time const &a, Time const &b)
 
bool dcp::operator>= (Time const &a, Time const &b)
 
std::ostream & dcp::operator<< (std::ostream &s, Time const &t)
 
Time dcp::operator+ (Time a, Time b)
 
Time dcp::operator- (Time a, Time b)
 
float dcp::operator/ (Time a, Time const &b)
 

Detailed Description

Time class.

Definition in file dcp_time.h.