torc-master
|
#include <Cloning.hpp>
Public Types | |
typedef _Tp | Type |
typedef boost::shared_ptr< Type > | Pointer |
Public Member Functions | |
Pointer | operator() (const Pointer &inSource, const ObjectFactorySharedPtr &inFactory) throw (Error) |
Copier () | |
~Copier () throw () | |
Private Attributes | |
ObjectFactorySharedPtr | mFactory |
Pointer | mReturnVal |
ViewSharedPtr | mView |
Definition at line 57 of file Cloning.hpp.
typedef boost::shared_ptr<Type> torc::generic::_impl::Copier< _Tp >::Pointer |
Definition at line 100 of file Cloning.hpp.
typedef _Tp torc::generic::_impl::Copier< _Tp >::Type |
Definition at line 99 of file Cloning.hpp.
|
inline |
Definition at line 111 of file Cloning.hpp.
|
inline |
Definition at line 114 of file Cloning.hpp.
|
inline |
Definition at line 104 of file Cloning.hpp.
|
private |
Definition at line 118 of file Cloning.hpp.
|
private |
Definition at line 119 of file Cloning.hpp.
|
private |
Definition at line 120 of file Cloning.hpp.