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