Index of /~TDDD38/exercises/Smart_Pointer/src/Step_1

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2015-02-11 11:06 684  
[TXT]README2015-02-11 11:06 494  
[   ]smart_pointer-basics-test.cpp2015-02-11 11:06 2.7K 
[TXT]smart_pointer.h2015-02-11 11:06 1.6K 

Smartpointer I, Step 1
---------------------

The given member functions are implemented.

Class specific swap functions have been added, and are used to implement 
the assignment operator in a exception safe and exception neutral way.

An assignment operator taking a raw pointer of corresponding type (int*)
have been added.

No operations regarding constant smart_pointer objects have been concidered,
and the possibilities are very restricted since no const member functions
are available.