cppyabm  1.0.17
An agent-based library to integrate C++ and Python
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 61 of file test_copy_move.cpp.

Constructor & Destructor Documentation

◆ CopyOnlyInt() [1/3]

CopyOnlyInt::CopyOnlyInt ( )
inline

Definition at line 63 of file test_copy_move.cpp.

◆ CopyOnlyInt() [2/3]

CopyOnlyInt::CopyOnlyInt ( int  v)
inline

Definition at line 64 of file test_copy_move.cpp.

◆ CopyOnlyInt() [3/3]

CopyOnlyInt::CopyOnlyInt ( const CopyOnlyInt c)
inline

Definition at line 65 of file test_copy_move.cpp.

◆ ~CopyOnlyInt()

CopyOnlyInt::~CopyOnlyInt ( )
inline

Definition at line 67 of file test_copy_move.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 66 of file test_copy_move.cpp.

Member Data Documentation

◆ value

int CopyOnlyInt::value

Definition at line 69 of file test_copy_move.cpp.


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