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

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

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

Classes

class  hdi::core::Duration
 Allows for acquisition and manipulation of a duration of time. More...
 

Typedefs

typedef std::unique_ptr< Duration > hdi::core::DurationUP
 
typedef std::shared_ptr< Duration > hdi::core::DurationSP
 
typedef std::weak_ptr< Duration > hdi::core::DurationWP
 

Functions

hdi::core::Duration operator* (const double lhs_, const hdi::core::Duration &rhs_)
 Multiplies a duration by a constant.
 

Detailed Description

Header file for handling a duration of time.

Function Documentation

◆ operator*()

hdi::core::Duration operator* ( const double  lhs_,
const hdi::core::Duration rhs_ 
)

Multiplies a duration by a constant.

Author
GW
Date
11/2014
Parameters
lhs_Constant to multiply the duration by
rhs_Duration to multiply by the constant
Returns
A new Duration object for the product