xapian-core  1.4.25
Public Member Functions | Private Attributes | List of all members
A Class Reference
+ Inheritance diagram for A:
+ Collaboration diagram for A:

Public Member Functions

 A (int x_)
 
int get_x () const
 
- Public Member Functions inherited from Xapian::Internal::intrusive_base
 intrusive_base ()
 Construct with no references. More...
 

Private Attributes

int x = 0
 

Additional Inherited Members

- Public Attributes inherited from Xapian::Internal::intrusive_base
unsigned _refs
 Reference count. More...
 

Detailed Description

Definition at line 668 of file unittest.cc.

Constructor & Destructor Documentation

◆ A()

A::A ( int  x_)
inlineexplicit

Definition at line 671 of file unittest.cc.

Member Function Documentation

◆ get_x()

int A::get_x ( ) const
inline

Definition at line 673 of file unittest.cc.

Referenced by test_movesupport1().

Member Data Documentation

◆ x

int A::x = 0
private

Definition at line 669 of file unittest.cc.


The documentation for this class was generated from the following file: