Class stringizable

Inheritance Relationships

Derived Types

Class Documentation

class stringizable

Interface for converting classes to string representations.

Subclassed by rcppsw::math::range< rcppsw::math::radians >, rcppsw::math::range< rcppsw::math::degrees >, rcppsw::math::range< coord_value_type >, rcppsw::types::named_type< int, struct hertz_tag >, rcppsw::types::named_type< int, struct context_tag >, rcppsw::types::named_type< T, Tag >, rcppsw::types::named_type< int, struct type_uuid_tag >, rcppsw::types::named_type< size_t, struct timestep_tag >, rcppsw::math::degrees, rcppsw::math::euler_angles, rcppsw::math::radians, rcppsw::math::range< T >, rcppsw::math::vector2< T >, rcppsw::math::vector3< T >, rcppsw::types::named_type< T, Parameter >, rcppsw::utils::color

Public Functions

stringizable(void) = default
virtual ~stringizable(void) = default
inline virtual std::string to_str(void) const

Return a string representation of a class.