Template Struct attachment< AuxT, void, CacheT >¶
Defined in File attachment.h
Struct Documentation¶
-
template<typename
AuxT, typenameCacheT>
structudho::attachment<AuxT, void, CacheT> : public AuxT, public CacheT¶ quiet stateful
Public Types
-
typedef attachment<AuxT, void, CacheT>
self_type¶
-
typedef void
logger_type¶
-
typedef auxiliary_type::configuration_type
configuration_type¶
-
typedef cache_type::shadow_type
shadow_type¶
Public Functions
-
attachment(boost::asio::io_service &io)¶
-
shadow_type &
shadow()¶
-
boost::asio::io_service &
io()¶
-
typedef attachment<AuxT, void, CacheT>