synfig-core
1.0.3
|
#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) |
typedef void(* synfig::Operation::GenericFuncs< T >::SetFunc)(InternalPointer dest, const T &src) |
typedef void(* synfig::Operation::GenericFuncs< T >::PutFunc)(T &dest, const InternalPointer src) |
typedef const T&(* synfig::Operation::GenericFuncs< T >::GetFunc)(const InternalPointer) |