Template Struct attachment< AuxT, LoggerT, void >

Inheritance Relationships

Base Types

  • public AuxT

  • public LoggerT

Struct Documentation

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

logged stateless

Public Types

typedef attachment<AuxT, LoggerT, void> self_type
typedef AuxT auxiliary_type
typedef LoggerT logger_type
typedef auxiliary_type::configuration_type configuration_type
typedef void shadow_type

Public Functions

attachment(boost::asio::io_service &io, LoggerT &logger)
int shadow()
AuxT &aux()
boost::asio::io_service &io()

Public Members

boost::asio::io_service &_io