|
Apache Mesos
|
#include <owned.hpp>
Public Member Functions | |
| Owned () | |
| Owned (T *t) | |
| bool | operator== (const Owned< T > &that) const |
| bool | operator< (const Owned< T > &that) const |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
| void | reset () |
| void | reset (T *t) |
| void | swap (Owned< T > &that) |
| Shared< T > | share () |
| T * | release () |
| process::Owned< T >::Owned | ( | ) |
|
explicit |
| T * process::Owned< T >::get | ( | ) | const |
| T & process::Owned< T >::operator* | ( | ) | const |
| T * process::Owned< T >::operator-> | ( | ) | const |
| bool process::Owned< T >::operator< | ( | const Owned< T > & | that | ) | const |
| bool process::Owned< T >::operator== | ( | const Owned< T > & | that | ) | const |
| T * process::Owned< T >::release | ( | ) |
| void process::Owned< T >::reset | ( | ) |
| void process::Owned< T >::reset | ( | T * | t | ) |
| Shared< T > process::Owned< T >::share | ( | ) |
| void process::Owned< T >::swap | ( | Owned< T > & | that | ) |
1.8.5