JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
SmartPointersExamples::nComplex Struct Reference

#include <smartPointers.hpp>

Collaboration diagram for SmartPointersExamples::nComplex:

Public Member Functions

 nComplex (double real, double imaginary)
 

Public Attributes

double real
 
double imaginary
 

Constructor & Destructor Documentation

◆ nComplex()

SmartPointersExamples::nComplex::nComplex ( double real,
double imaginary )
inline

Member Data Documentation

◆ imaginary

double SmartPointersExamples::nComplex::imaginary

◆ real

double SmartPointersExamples::nComplex::real

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