JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
MoveConstructor Class Reference

#include <oop.hpp>

Collaboration diagram for MoveConstructor:

Public Member Functions

 MoveConstructor (int a)
 
 MoveConstructor (MoveConstructor &&a)
 
 ~MoveConstructor ()
 
int getData (void)
 

Private Attributes

int * private1
 

Constructor & Destructor Documentation

◆ MoveConstructor() [1/2]

MoveConstructor::MoveConstructor ( int a)
Here is the caller graph for this function:

◆ MoveConstructor() [2/2]

MoveConstructor::MoveConstructor ( MoveConstructor && a)
Here is the call graph for this function:

◆ ~MoveConstructor()

MoveConstructor::~MoveConstructor ( )

Member Function Documentation

◆ getData()

int MoveConstructor::getData ( void )
Here is the caller graph for this function:

Member Data Documentation

◆ private1

int* MoveConstructor::private1
private

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