framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Functions
interface.hpp File Reference

Interface helper. More...

#include <framework/serializable/serializable.hpp>

Go to the source code of this file.

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Functions

template<typename Name , typename Object >
FRAMEWORK_ALWAYS_INLINE auto framework::serializable::interface (Object &t) -> object_base< Object, Name > &
 
template<typename Name , typename Object >
FRAMEWORK_ALWAYS_INLINE auto framework::serializable::interface (Object const &t) -> object_base< Object, Name > const &
 

Detailed Description

Interface helper.