opm-simulators/opm/core/utility
Roland Kaufmann 5284497bad Remove superfluous backing class for share_obj
I originally wanted to make share_obj a class so that I could hide the
helper function, but it turned out that I needed a function after all
since a function template can be inferred from the parameters but the
type cannot from the constructor.

By returning a shared_ptr directly, the compiler can do return object
optimization.
2017-12-04 16:24:14 +01:00
..
DataMap.hpp Make DataMap.hpp properly include its dependencies. 2017-12-04 16:24:14 +01:00
Event_impl.hpp Add classes for event-handling 2017-12-04 16:24:14 +01:00
Event.cpp Change from pass-by-value to pass-by-const-ref 2017-12-04 16:24:14 +01:00
Event.hpp Change from pass-by-value to pass-by-const-ref 2017-12-04 16:24:14 +01:00
NullStream.cpp Provide stream that ignores everything written to it 2017-12-04 16:24:14 +01:00
NullStream.hpp Provide stream that ignores everything written to it 2017-12-04 16:24:14 +01:00
share_obj.hpp Remove superfluous backing class for share_obj 2017-12-04 16:24:14 +01:00