|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ostream>#include <istream>#include <sstream>#include <stdint.h>#include <iomanip>#include <exception>#include <cmath>#include <limits>#include <cstdio>#include "pbd/failed_constructor.h"#include "pbd/string_convert.h"#include "temporal/visibility.h"#include "temporal/types.h"Go to the source code of this file.
Classes | |
| struct | Temporal::IllegalBBTTimeException |
| struct | Temporal::BBT_Time |
| struct | Temporal::BBT_Offset |
| struct | std::numeric_limits< Temporal::BBT_Time > |
| struct | std::numeric_limits< Temporal::BBT_Offset > |
Namespaces | |
| Temporal | |
| PBD | |
Functions | |
| std::ostream & | std::operator<< (std::ostream &o, Temporal::BBT_Time const &bbt) |
| std::ostream & | std::operator<< (std::ostream &o, Temporal::BBT_Offset const &bbt) |
| std::istream & | std::operator>> (std::istream &i, Temporal::BBT_Time &bbt) |
| std::istream & | std::operator>> (std::istream &i, Temporal::BBT_Offset &bbt) |
| template<> | |
| bool | PBD::to_string (Temporal::BBT_Time val, std::string &str) |
| template<> | |
| std::string | PBD::to_string (Temporal::BBT_Time val) |
| template<> | |
| bool | PBD::string_to (std::string const &str, Temporal::BBT_Time &val) |
| template<> | |
| ARDOUR::AnyTime | PBD::string_to (std::string const &str) |
| template<> | |
| bool | PBD::to_string (Temporal::BBT_Offset val, std::string &str) |
| template<> | |
| std::string | PBD::to_string (Temporal::BBT_Offset val) |
| template<> | |
| bool | PBD::string_to (std::string const &str, Temporal::BBT_Offset &val) |
| std::ostream& std::operator<< | ( | std::ostream & | o, |
| Temporal::BBT_Offset const & | bbt | ||
| ) |
| std::ostream& std::operator<< | ( | std::ostream & | o, |
| Temporal::BBT_Time const & | bbt | ||
| ) |
| std::istream& std::operator>> | ( | std::istream & | i, |
| Temporal::BBT_Offset & | bbt | ||
| ) |
| std::istream& std::operator>> | ( | std::istream & | i, |
| Temporal::BBT_Time & | bbt | ||
| ) |