1#ifndef SMART_POINTERS_HPP
2#define SMART_POINTERS_HPP
Definition smartPointers.hpp:7
void sharedPtr(void)
Definition smartPointers.cpp:36
void weakPtr(void)
Definition smartPointers.cpp:50
void autoPtr(void)
Definition smartPointers.cpp:3
void uniquePtr(void)
Definition smartPointers.cpp:17
nComplex(double real, double imaginary)
Definition smartPointers.hpp:11
double real
Definition smartPointers.hpp:9
double imaginary
Definition smartPointers.hpp:10