MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
Static Public Member Functions
mace::stub::vtable_reflector< InterfaceType, InterfaceDelegate > Struct Template Reference

Enables specialization of visit for InterfaceType. More...

#include <vtable.hpp>

List of all members.

Static Public Member Functions

template<typename Visitor >
static void visit (const Visitor &v)

Detailed Description

template<typename InterfaceType, typename InterfaceDelegate = mace::stub::mirror_interface>
struct mace::stub::vtable_reflector< InterfaceType, InterfaceDelegate >

This class is specialized by MACE_STUB and MACE_STUB_DERIVED to visit all stub methods.

Examples:
stub/examples/rpc.hpp.

Definition at line 43 of file vtable.hpp.


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