Om header file.
More...
Go to the source code of this file.
|
template<typename TheGiveable > |
std::auto_ptr< TheGiveable > | Om::Give (TheGiveable &) |
| Calls Move on the object. More...
|
|
template<typename TheGiveable > |
std::auto_ptr< TheGiveable > | Om::Give (TheGiveable const &) |
| Calls Copy on the object. More...
|
|
template<typename TheGiveable > |
std::auto_ptr< TheGiveable > | Om::Give (std::auto_ptr< TheGiveable > &) |
| Transfers pointer ownership. More...
|
|
template<typename TheGiveable > |
std::auto_ptr< TheGiveable > | Om::Give (std::auto_ptr< TheGiveable > const &) |
| Transfers pointer ownership. More...
|
|
- Version
- 0.1.3
- Date
- 2012-2014
- Copyright
- Copyright (c) Sparist. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License, Version 1.0, which accompanies this distribution.
- Author
- Jason Erb
Definition in file giveable.hpp.
◆ Om_Giveable_