|
ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
Public Member Functions | |
| Activator (Baby &baby) | |
| ~Activator () | |
Private Member Functions | |
| Activator (const Activator &)=delete | |
| Activator & | operator= (const Activator &)=delete |
| Activator (Activator &&)=delete | |
| Activator & | operator= (Activator &&)=delete |
Private Attributes | |
| Baby & | baby_ |
| Baby::Activator::Activator | ( | Baby & | baby | ) |
Definition at line 86 of file baby.cpp.
References Baby::ActivateChain(), and baby_.
| Baby::Activator::~Activator | ( | ) |
Definition at line 91 of file baby.cpp.
References baby_, and Baby::DeactivateChain().
|
privatedelete |
|
privatedelete |
|
private |
Definition at line 24 of file baby.hpp.
Referenced by Activator(), and ~Activator().
1.8.11