proxygen
|
#include <SingletonTestStructs.h>
Public Member Functions | |
Watchdog () | |
~Watchdog () | |
size_t | livingWatchdogCount () const |
Watchdog (const Watchdog &)=delete | |
Watchdog & | operator= (const Watchdog &)=delete |
Watchdog (Watchdog &&) noexcept=default | |
Watchdog & | operator= (Watchdog &&) noexcept=default |
Static Public Member Functions | |
static std::vector< Watchdog * > & | creation_order () |
Public Attributes | |
const size_t | serial_number |
Definition at line 26 of file SingletonTestStructs.h.
Watchdog::Watchdog | ( | ) |
Definition at line 33 of file SingletonTestStructs.cpp.
References creation_order().
Referenced by livingWatchdogCount().
|
inline |
Definition at line 31 of file SingletonTestStructs.h.
References creation_order().
|
delete |
|
defaultnoexcept |
|
static |
Definition at line 28 of file SingletonTestStructs.cpp.
Referenced by livingWatchdogCount(), TEST(), Watchdog(), and ~Watchdog().
|
inline |
Definition at line 39 of file SingletonTestStructs.h.
References creation_order(), folly::pushmi::__adl::noexcept(), operator=(), and Watchdog().
Referenced by livingWatchdogCount().
const size_t Watchdog::serial_number |
Definition at line 38 of file SingletonTestStructs.h.