proxygen
|
Public Types | |
typedef R | IsRelocatable |
Public Member Functions | |
Lifecycle () noexcept | |
Lifecycle (int, char const *) noexcept | |
Lifecycle (const Lifecycle &) noexcept | |
Lifecycle (Lifecycle &&) noexcept | |
Lifecycle & | operator= (const Lifecycle &) noexcept |
Lifecycle & | operator= (Lifecycle &&) noexcept |
~Lifecycle () noexcept | |
Public Attributes | |
bool | constructed |
Definition at line 932 of file MPMCQueueTest.cpp.
typedef R Lifecycle< R >::IsRelocatable |
Definition at line 933 of file MPMCQueueTest.cpp.
Definition at line 937 of file MPMCQueueTest.cpp.
References DEFAULT_CONSTRUCTOR, and lc_counts.
Definition at line 941 of file MPMCQueueTest.cpp.
References lc_counts, and TWO_ARG_CONSTRUCTOR.
Definition at line 946 of file MPMCQueueTest.cpp.
References COPY_CONSTRUCTOR, and lc_counts.
Definition at line 950 of file MPMCQueueTest.cpp.
References lc_counts, and MOVE_CONSTRUCTOR.
Definition at line 964 of file MPMCQueueTest.cpp.
References DESTRUCTOR, lc_counts, and lc_outstanding().
Definition at line 954 of file MPMCQueueTest.cpp.
References COPY_OPERATOR, and lc_counts.
Definition at line 959 of file MPMCQueueTest.cpp.
References lc_counts, and MOVE_OPERATOR.
bool Lifecycle< R >::constructed |
Definition at line 935 of file MPMCQueueTest.cpp.