xapian-core
1.4.26
|
Public Member Functions | |
B (int x_, bool &alive_) | |
~B () | |
int | get_x () const |
B * | release () |
Public Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
opt_intrusive_base (const opt_intrusive_base &) | |
opt_intrusive_base & | operator= (const opt_intrusive_base &) |
opt_intrusive_base () | |
Construct object which is initially not reference counted. More... | |
virtual | ~opt_intrusive_base () |
void | ref () const |
void | unref () const |
Private Attributes | |
int | x = 0 |
bool & | alive |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::opt_intrusive_base | |
unsigned | _refs |
Reference count. More... | |
Protected Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
void | release () const |
Start reference counting. More... | |
Definition at line 678 of file unittest.cc.
|
inline |
Definition at line 682 of file unittest.cc.
|
inline |
Definition at line 686 of file unittest.cc.
|
inline |
Definition at line 690 of file unittest.cc.
Referenced by test_movesupport1().
|
inline |
Definition at line 694 of file unittest.cc.
Referenced by test_movesupport1().
|
private |
Definition at line 680 of file unittest.cc.
|
private |
Definition at line 679 of file unittest.cc.