String representation of basic SFML types. More...
Go to the source code of this file.
Classes | |
struct | thor::PolarVector2< T > |
Vector in polar coordinate system. More... | |
class | thor::StringConversionException |
Exception class for failed string conversions. More... | |
Functions | |
std::string | thor::toString (const sf::Color &color) |
Returns a std::string representation of sf::Color. More... | |
template<typename T > | |
std::string | thor::toString (const sf::Vector2< T > &vector) |
Returns a std::string representation of sf::Vector2<T>. More... | |
template<typename T > | |
std::string | thor::toString (const sf::Vector3< T > &vector) |
Returns a std::string representation of sf::Vector3<T>. More... | |
template<typename T > | |
std::string | thor::toString (const sf::Rect< T > &rect) |
Returns a std::string representation of sf::Rect<T>. More... | |
template<typename T > | |
std::string | thor::toString (const PolarVector2< T > &vector) |
Returns the string representation of thor::PolarVector<T>. More... | |
String representation of basic SFML types.