Boost Reflect Library 0.1.0
|
Enables specialization of visit for InterfaceType. More...
#include <vtable.hpp>
Static Public Member Functions | |
template<typename Visitor , typename InterfaceDelegate > | |
static void | visit (const boost::reflect::vtable< InterfaceType, InterfaceDelegate > *vtbl, const Visitor &v) |
Enables specialization of visit for InterfaceType.
This class is specialized by BOOST_REFLECT_ANY and BOOST_REFLECT_ANY_DERIVED
Definition at line 45 of file vtable.hpp.
static void visit | ( | const boost::reflect::vtable< InterfaceType, InterfaceDelegate > * | vtbl, |
const Visitor & | v | ||
) | [static] |
Definition at line 47 of file vtable.hpp.
© Daniel Larimer 2010-2011 - Licensed under Boost Software License, Version 1.0 | Boost Reflect Library |