|
Ring Daemon
|


Go to the source code of this file.
Classes | |
| class | dev::vector_ref< _T > |
| A modifiable reference to an existing object or vector in memory. More... | |
Namespaces | |
| namespace | dev |
Functions | |
| template<class _T > | |
| vector_ref< _T > | dev::ref (_T &_t) |
| template<class _T > | |
| vector_ref< _T const > | dev::ref (_T const &_t) |
| template<class _T > | |
| vector_ref< _T > | dev::ref (std::vector< _T > &_t) |
| template<class _T > | |
| vector_ref< _T const > | dev::ref (std::vector< _T > const &_t) |