Bytemaster's Boost Libraries
Public Member Functions | Public Attributes
boost::rpc::dynamic::raw::create_member_parser Struct Reference

#include <dynamic_raw.hpp>

List of all members.

Public Member Functions

 create_member_parser (boost::rpc::description::field &f, description_database &db)
template<typename T >
void operator() (T(Class::*p), const char *name) const

Public Attributes

parser_base * m_parser
boost::rpc::description_database & m_db
boost::rpc::description::field & m_field

Detailed Description

Visit each field on Class and looking for a field with the same name and type as the description. If found, create a parser for that field, else a null parser is returned.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines