Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
edltime.h File Reference

IEDLTime class that represents the EDL date-time. More...

#include <jawsmako/hashable.h>
#include <edl/iedlobject.h>
#include <edl/iedlfactory.h>
#include "edltypes.h"
#include "edlstring.h"
#include <time.h>
Include dependency graph for edltime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IEDLTime
 Interface to EDL date-time class. More...
class  IEDLTime::Data
 Initialization data. More...

Macros

#define IEDLTimeID   0x88d388a7, 0xcd6146bf, 0xa29e9830, 0x722cf8b9
#define edlobj2IEDLTime(src)

Functions

 DECL_SMART_PTR (IEDLTime)

Detailed Description

IEDLTime class that represents the EDL date-time.

Macro Definition Documentation

◆ edlobj2IEDLTime

#define edlobj2IEDLTime ( src)
Value:
edl_cast((IEDLTime *)NULL, src)
Interface to EDL date-time class.
Definition edltime.h:32
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IEDLTimeID

#define IEDLTimeID   0x88d388a7, 0xcd6146bf, 0xa29e9830, 0x722cf8b9

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IEDLTime )