Public Member Functions | Public Attributes | List of all members
MoveOrCopyInt Class Reference

Public Member Functions

 MoveOrCopyInt ()
 
 MoveOrCopyInt (int v)
 
 MoveOrCopyInt (MoveOrCopyInt &&m)
 
 MoveOrCopyInt (const MoveOrCopyInt &c)
 
MoveOrCopyIntoperator= (MoveOrCopyInt &&m)
 
MoveOrCopyIntoperator= (const MoveOrCopyInt &c)
 
 ~MoveOrCopyInt ()
 

Public Attributes

int value
 

Detailed Description

Definition at line 49 of file test_copy_move.cpp.

Constructor & Destructor Documentation

MoveOrCopyInt::MoveOrCopyInt ( )
inline

Definition at line 51 of file test_copy_move.cpp.

MoveOrCopyInt::MoveOrCopyInt ( int  v)
inline

Definition at line 52 of file test_copy_move.cpp.

MoveOrCopyInt::MoveOrCopyInt ( MoveOrCopyInt &&  m)
inline

Definition at line 53 of file test_copy_move.cpp.

MoveOrCopyInt::MoveOrCopyInt ( const MoveOrCopyInt c)
inline

Definition at line 55 of file test_copy_move.cpp.

MoveOrCopyInt::~MoveOrCopyInt ( )
inline

Definition at line 57 of file test_copy_move.cpp.

Member Function Documentation

MoveOrCopyInt& MoveOrCopyInt::operator= ( MoveOrCopyInt &&  m)
inline

Definition at line 54 of file test_copy_move.cpp.

MoveOrCopyInt& MoveOrCopyInt::operator= ( const MoveOrCopyInt c)
inline

Definition at line 56 of file test_copy_move.cpp.

Member Data Documentation

int MoveOrCopyInt::value

Definition at line 59 of file test_copy_move.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:48