Public Member Functions | |
B (int x) | |
virtual int | x () const |
virtual int | xorg () const |
B (long x) | |
virtual long | x () const |
virtual long | xorg () const |
Public Member Functions inherited from A | |
A (int x) | |
A (long x) | |
Additional Inherited Members | |
Public Attributes inherited from A | |
int | m_x |
long | m_x |
Definition at line 45 of file atomic_scoped_ptr_test.cpp.