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

#include <oop.hpp>

Collaboration diagram for CopyConstructor:

Public Member Functions

 CopyConstructor (int a)
 
 CopyConstructor (const CopyConstructor &a)
 
int getData (void)
 

Private Attributes

int private1
 

Constructor & Destructor Documentation

◆ CopyConstructor() [1/2]

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

◆ CopyConstructor() [2/2]

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

Member Function Documentation

◆ getData()

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

Member Data Documentation

◆ private1

int CopyConstructor::private1
private

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