Ardour
9.0-pre0-582-g084a23a80d
|
#include <stdint.h>
#include <string>
#include <vector>
#include <glibmm/ustring.h>
#include "pbd/libpbd_visibility.h"
Go to the source code of this file.
Namespaces | |
PBD | |
Functions | |
std::string | PBD::short_version (std::string, std::string::size_type target_length) |
int | PBD::atoi (const std::string &) |
int32_t | PBD::atol (const std::string &) |
int64_t | PBD::atoll (const std::string &) |
double | PBD::atof (const std::string &) |
std::string | PBD::url_decode (std::string const &) |
std::string | PBD::capitalize (const std::string &) |
std::string | PBD::downcase (const std::string &) |
const char * | PBD::downcase (const char *) |
std::vector< std::string > | PBD::upcase (char const *[]) |
std::string | PBD::length2string (const int64_t samples, const double sample_rate) |
std::vector< std::string > | PBD::internationalize (const char *, const char **) |
bool | PBD::strings_equal_ignore_case (const std::string &a, const std::string &b) |
const char * | PBD::sgettext (const char *, const char *) |