11 #ifndef ARCHETYPES_GETTABLE_SOCKET_OPTION_HPP 12 #define ARCHETYPES_GETTABLE_SOCKET_OPTION_HPP 18 template <
typename Po
interType>
22 template <
typename Protocol>
23 int level(
const Protocol&)
const 28 template <
typename Protocol>
29 int name(
const Protocol&)
const 34 template <
typename Protocol>
35 PointerType*
data(
const Protocol&)
40 template <
typename Protocol>
41 std::size_t
size(
const Protocol&)
const 46 template <
typename Protocol>
47 void resize(
const Protocol&, std::size_t)
54 #endif // ARCHETYPES_GETTABLE_SOCKET_OPTION_HPP
int level(const Protocol &) const
PointerType * data(const Protocol &)
std::size_t size(const Protocol &) const
void resize(const Protocol &, std::size_t)
int name(const Protocol &) const