nux-1.16.0
nux::type::serializable_impl< T > Struct Template Reference

The serializable_impl template has different signatures than the standard Serializable traits class to avoid the generalised template being used as a traits type when we really don't want it being used in that way, but we do want a generalized implementation for the types we do care about. More...

#include <NuxCore/PropertyTraits.h>

List of all members.

Public Types

typedef std::pair< T, bool > ResultType

Static Public Member Functions

static std::string to_string_impl (T const &value)
static ResultType from_string_impl (std::string const &serialized_form)

Detailed Description

template<typename T>
struct nux::type::serializable_impl< T >

The serializable_impl template has different signatures than the standard Serializable traits class to avoid the generalised template being used as a traits type when we really don't want it being used in that way, but we do want a generalized implementation for the types we do care about.

Definition at line 70 of file PropertyTraits.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends