Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
hdicoreTime.h File Reference

Header file for handling a time of day. More...

#include "hdicoreDuration.h"
Include dependency graph for hdicoreTime.h:
This graph shows which files directly or indirectly include this file:

Classes

class  hdi::core::Time
 Allows for acquisition and manipulation of a time (of day) More...
 

Typedefs

typedef std::unique_ptr< Time > hdi::core::TimeUP
 
typedef std::shared_ptr< Time > hdi::core::TimeSP
 
typedef std::weak_ptr< Time > hdi::core::TimeWP
 

Functions

hdi::core::Time operator+ (const hdi::core::Duration &lhs_, const hdi::core::Time &rhs_)
 Adds a duration to a time of day.
 

Detailed Description

Header file for handling a time of day.

Function Documentation

◆ operator+()

hdi::core::Time operator+ ( const hdi::core::Duration lhs_,
const hdi::core::Time rhs_ 
)

Adds a duration to a time of day.

Author
GW
Date
11/2014
Parameters
lhs_Duration to use to offset the time
rhs_Time to be offset by a duration
Returns
A new Time object for the result of the offset