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

Public Member Functions

 CopyOnlyInt ()
 
 CopyOnlyInt (int v)
 
 CopyOnlyInt (const CopyOnlyInt &c)
 
CopyOnlyIntoperator= (const CopyOnlyInt &c)
 
 ~CopyOnlyInt ()
 

Public Attributes

int value
 

Detailed Description

Definition at line 86 of file test_copy_move.cpp.

Constructor & Destructor Documentation

◆ CopyOnlyInt() [1/3]

CopyOnlyInt::CopyOnlyInt ( )
inline

Definition at line 88 of file test_copy_move.cpp.

◆ CopyOnlyInt() [2/3]

CopyOnlyInt::CopyOnlyInt ( int  v)
inlineexplicit

Definition at line 89 of file test_copy_move.cpp.

◆ CopyOnlyInt() [3/3]

CopyOnlyInt::CopyOnlyInt ( const CopyOnlyInt c)
inline

Definition at line 90 of file test_copy_move.cpp.

◆ ~CopyOnlyInt()

CopyOnlyInt::~CopyOnlyInt ( )
inline

Definition at line 100 of file test_copy_move.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 95 of file test_copy_move.cpp.

Member Data Documentation

◆ value

int CopyOnlyInt::value

Definition at line 102 of file test_copy_move.cpp.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:02