#include <Copying.hxx>
Public Member Functions | |
Copying () | |
Copying (const Copying< T > &other) | |
Copying (const Storing< T > &other) | |
void | operator= (const Copying< T > &other) |
void | operator= (const Storing< T > &other) |
Protected Member Functions | |
void | setObject (T &object) |
void | setObject (T *object) |
void | makeCopy (const Storing< T > &other) |
void | setSlot (slot::Mixable< T, slot::mixin::None > *slot) |
bool | hasSlot () const |
void | clearSlot () |
slot::Mixable< T, slot::mixin::None > & | getSlot () const |
Static Protected Member Functions | |
static bool | hasSlot (const Storing< T, slot::mixin::None > &other) |
static slot::Mixable< T, slot::mixin::None > & | getSlot (const Storing< T, slot::mixin::None > &other) |
sk::util::slot::policy::Copying< T >::Copying | ( | ) | [inline] |
sk::util::slot::policy::Copying< T >::Copying | ( | const Copying< T > & | other | ) | [inline] |
sk::util::slot::policy::Copying< T >::Copying | ( | const Storing< T > & | other | ) | [inline] |
void sk::util::slot::policy::Storing< T , slot::mixin::None >::clearSlot | ( | ) | [inline, protected, inherited] |
static slot::Mixable<T , slot::mixin::None >& sk::util::slot::policy::Storing< T , slot::mixin::None >::getSlot | ( | const Storing< T , slot::mixin::None > & | other | ) | [inline, static, protected, inherited] |
slot::Mixable<T , slot::mixin::None >& sk::util::slot::policy::Storing< T , slot::mixin::None >::getSlot | ( | ) | const [inline, protected, inherited] |
static bool sk::util::slot::policy::Storing< T , slot::mixin::None >::hasSlot | ( | const Storing< T , slot::mixin::None > & | other | ) | [inline, static, protected, inherited] |
bool sk::util::slot::policy::Storing< T , slot::mixin::None >::hasSlot | ( | ) | const [inline, protected, inherited] |
void sk::util::slot::policy::Copying< T >::makeCopy | ( | const Storing< T > & | other | ) | [inline, protected] |
void sk::util::slot::policy::Copying< T >::operator= | ( | const Storing< T > & | other | ) | [inline] |
void sk::util::slot::policy::Copying< T >::operator= | ( | const Copying< T > & | other | ) | [inline] |
void sk::util::slot::policy::Copying< T >::setObject | ( | T * | object | ) | [inline, protected] |
Reimplemented from sk::util::slot::policy::Storing< T >.
void sk::util::slot::policy::Copying< T >::setObject | ( | T & | object | ) | [inline, protected] |
Reimplemented from sk::util::slot::policy::Storing< T >.
Referenced by sk::util::slot::policy::Copying< T >::makeCopy(), and sk::util::slot::policy::Copying< T >::setObject().
void sk::util::slot::policy::Storing< T , slot::mixin::None >::setSlot | ( | slot::Mixable< T , slot::mixin::None > * | slot | ) | [inline, protected, inherited] |