|
template<typename T > |
bool | sdf::v12::equal (const T &_a, const T &_b, const T &_epsilon=1e-6f) |
| check if two values are equal, within a tolerance More...
|
|
IGNITION_SDFORMAT_VISIBLE std::string | sdf::v12::JoinName (const std::string &_scopeName, const std::string &_localName) |
| Join two strings with the '::' delimiter. More...
|
|
std::string IGNITION_SDFORMAT_VISIBLE | sdf::v12::lowercase (const std::string &_in) |
| Transforms a string to its lowercase equivalent. More...
|
|
IGNITION_SDFORMAT_VISIBLE std::ostream & | sdf::v12::operator<< (std::ostream &_out, const sdf::Errors &_errs) |
| Output operator for a collection of errors. More...
|
|
IGNITION_SDFORMAT_VISIBLE std::vector< std::string > | sdf::v12::split (const std::string &_str, const std::string &_splitter) |
| Split a string using the delimiter in splitter. More...
|
|
IGNITION_SDFORMAT_VISIBLE std::pair< std::string, std::string > | sdf::v12::SplitName (const std::string &_absoluteName) |
| Split a name into a two strings based on the '::' delimeter. More...
|
|
IGNITION_SDFORMAT_VISIBLE std::string | sdf::v12::trim (const char *_in) |
| Trim leading and trailing whitespace from a string. More...
|
|
IGNITION_SDFORMAT_VISIBLE std::string | sdf::v12::trim (const std::string &_in) |
| Trim leading and trailing whitespace from a string. More...
|
|