synfig-core  1.0.3
Public Types | List of all members
synfig::Operation::GenericFuncs< T > Class Template Reference

#include <type.h>

Public Types

typedef void(* SetFunc )(InternalPointer dest, const T &src)
typedef void(* PutFunc )(T &dest, const InternalPointer src)
typedef const T &(* GetFunc )(const InternalPointer)

Member Typedef Documentation

template<typename T>
typedef void(* synfig::Operation::GenericFuncs< T >::SetFunc)(InternalPointer dest, const T &src)
template<typename T>
typedef void(* synfig::Operation::GenericFuncs< T >::PutFunc)(T &dest, const InternalPointer src)
template<typename T>
typedef const T&(* synfig::Operation::GenericFuncs< T >::GetFunc)(const InternalPointer)

The documentation for this class was generated from the following file: