Template Struct attachment< AuxT, void, void >

Inheritance Relationships

Base Type

  • public AuxT

Struct Documentation

template<typename AuxT>
struct udho::attachment<AuxT, void, void> : public AuxT

quiet stateless

Public Types

typedef attachment<AuxT, void, void> self_type
typedef AuxT auxiliary_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)
template<udho::logging::status Status>
self_type &operator()(const udho::logging::message<Status>&)
int shadow()
AuxT &aux()
boost::asio::io_service &io()

Public Members

boost::asio::io_service &_io