Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
grid.hpp File Reference

definition of a time grid abstraction for time and timecode handling. More...

Go to the source code of this file.

Description

definition of a time grid abstraction for time and timecode handling.

This interface is the foundation to deal with quantised (grid aligned) time values, which is essential for handling of timecode data.

Definition in file grid.hpp.

#include "lib/time/timevalue.hpp"
#include <memory>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::time
 

Typedefs

using PGrid = std::shared_ptr< const Grid >
 

Classes

class  Grid
 Abstraction of a value alignment grid. More...