
| Public Types | |
| typedef CopyAndAssignmentCounted< Derived > | this_type | 
| typedef Derived | value_type | 
| Public Member Functions | |
| CopyAndAssignmentCounted () | |
| CopyAndAssignmentCounted (const value_type &value) | |
| CopyAndAssignmentCounted (const this_type &other) | |
| this_type | detachedCopy () const | 
| int | getAssignmentCount () | 
| int | getCopyCount () | 
| this_type & | operator= (const value_type &) | 
| this_type & | operator= (const this_type &other) | 
| void | resetCounters () | 
| ~CopyAndAssignmentCounted () | |
| Public Attributes | |
| int | sleep_usecs_during_assignment | 
| Private Attributes | |
| boost::intrusive_ptr< CopyAndAssignmentCountedDetails > | _counter_details | 
| oro_atomic_t | _read_guard | 
| oro_atomic_t | _write_guard | 
Definition at line 459 of file dataflow_performance_test.cpp.
| typedef CopyAndAssignmentCounted<Derived> CopyAndAssignmentCounted< Derived >::this_type | 
Definition at line 463 of file dataflow_performance_test.cpp.
| typedef Derived CopyAndAssignmentCounted< Derived >::value_type | 
Definition at line 462 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 465 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 471 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 477 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 484 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 521 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 515 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 514 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 489 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 490 of file dataflow_performance_test.cpp.
| 
 | inline | 
Definition at line 516 of file dataflow_performance_test.cpp.
| 
 | private | 
Definition at line 527 of file dataflow_performance_test.cpp.
| 
 | mutableprivate | 
Definition at line 529 of file dataflow_performance_test.cpp.
| 
 | private | 
Definition at line 528 of file dataflow_performance_test.cpp.
| int CopyAndAssignmentCounted< Derived >::sleep_usecs_during_assignment | 
Definition at line 524 of file dataflow_performance_test.cpp.