Wire Sysio Wire Sysion 1.0.0
|
Public Member Functions | |
in_flight (T &&object, http_plugin_impl_ptr impl) | |
~in_flight () | |
in_flight (const in_flight &)=delete | |
in_flight (in_flight &&from) | |
in_flight & | operator= (const in_flight &)=delete |
in_flight & | operator= (in_flight &&from) |
const T & | operator* () const |
T & | operator* () |
Public Attributes | |
T | _object |
size_t | _count |
http_plugin_impl_ptr | _impl |
Helper type that wraps an object of type T and records its "in flight" size to http_plugin_impl::bytes_in_flight using RAII semantics
T | - the contained Type |
Definition at line 405 of file http_plugin.cpp.
|
inline |
Definition at line 406 of file http_plugin.cpp.
|
inline |
Definition at line 414 of file http_plugin.cpp.
|
delete |
|
inline |
Definition at line 422 of file http_plugin.cpp.
|
inline |
mutable accessor (can be moved frmo)
Definition at line 451 of file http_plugin.cpp.
|
inline |
const accessor
Definition at line 443 of file http_plugin.cpp.
|
delete |
|
inline |
Definition at line 432 of file http_plugin.cpp.
size_t sysio::http_plugin_impl::in_flight< T >::_count |
Definition at line 456 of file http_plugin.cpp.
http_plugin_impl_ptr sysio::http_plugin_impl::in_flight< T >::_impl |
Definition at line 457 of file http_plugin.cpp.
T sysio::http_plugin_impl::in_flight< T >::_object |
Definition at line 455 of file http_plugin.cpp.