Go to the source code of this file.
|
template<> |
bool | PBD::to_string (ARDOUR::AnyTime const &at, std::string &str) |
|
template<> |
bool | PBD::string_to (std::string const &str, ARDOUR::AnyTime &at) |
|
template<> |
std::string | PBD::to_string (ARDOUR::AnyTime at) |
|
template<> |
ARDOUR::AnyTime | PBD::string_to (std::string const &str) |
|
template<> |
std::string | PBD::to_string (ARDOUR::timepos_t val) |
|
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) |
|