Boost Reflect Library 0.1.0
Static Public Member Functions
vtable_reflector< InterfaceType > Struct Template Reference

Enables specialization of visit for InterfaceType. More...

#include <vtable.hpp>

List of all members.

Static Public Member Functions

template<typename Visitor , typename InterfaceDelegate >
static void visit (const boost::reflect::vtable< InterfaceType, InterfaceDelegate > *vtbl, const Visitor &v)

Detailed Description

template<typename InterfaceType>
struct boost::reflect::vtable_reflector< InterfaceType >

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.


Member Function Documentation

static void visit ( const boost::reflect::vtable< InterfaceType, InterfaceDelegate > *  vtbl,
const Visitor &  v 
) [static]

Definition at line 47 of file vtable.hpp.


The documentation for this struct was generated from the following file:

© Daniel Larimer 2010-2011 - Licensed under Boost Software License, Version 1.0 Boost Reflect Library