Ardour  8.7-14-g57a6773833
ardour/ardour/types_convert.h File Reference
#include "pbd/enum_convert.h"
#include "ardour/types.h"
#include "ardour/data_type.h"
#include "ardour/mode.h"
Include dependency graph for ardour/ardour/types_convert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PBD
 

Functions

template<>
std::string PBD::to_string (ARDOUR::timepos_t val)
 
template<>
ARDOUR::timepos_t PBD::string_to (std::string const &str)
 
template<>
bool PBD::to_string (ARDOUR::timepos_t val, std::string &str)
 
template<>
bool PBD::string_to (std::string const &str, ARDOUR::timepos_t &val)
 
template<>
std::string PBD::to_string (ARDOUR::timecnt_t val)
 
template<>
bool PBD::to_string (ARDOUR::timecnt_t val, std::string &str)
 
template<>
bool PBD::string_to (std::string const &str, ARDOUR::timecnt_t &val)
 
template<>
bool PBD::to_string (ARDOUR::AutoState val, std::string &str)
 
template<>
bool PBD::string_to (const std::string &str, ARDOUR::AutoState &as)
 
template<>
bool PBD::to_string (ARDOUR::DataType val, std::string &str)
 
template<>
bool PBD::string_to (const std::string &str, ARDOUR::DataType &dt)
 
template<>
bool PBD::to_string (ARDOUR::FollowAction fa, std::string &str)
 
template<>
bool PBD::string_to (const std::string &str, ARDOUR::FollowAction &fa)
 
template<>
std::string PBD::to_string (ARDOUR::FollowAction fa)