Wolframe, 0.0.3

sharedReference.hpp File Reference

Shared reference to an object exchangeable in a single thread context. More...

#include <cstddef>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::types::SharedReference< OBJ >
 Shared reference to an object exchangeable for all owners in a single thread context. More...
 
class  _Wolframe::types::SharedReference< OBJ >::Pointer
 Pointer for reference with another indirection to make the exchange of the object possible. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::types
 Basic data types (implemented in the core library libwolframe)
 

Detailed Description

Shared reference to an object exchangeable in a single thread context.