CYCLUS
Public Attributes | List of all members
boost::spirit::detail::fxn_ptr_table< Char > Struct Template Reference

Detailed Description

template<typename Char>
struct boost::spirit::detail::fxn_ptr_table< Char >

Definition at line 91 of file any.hpp.

#include <any.hpp>

Public Attributes

void(* clone )(void *const *, void **)
 
void(* destruct )(void **)
 
boost::detail::sp_typeinfo const &(* get_type )()
 
void(* move )(void *const *, void **)
 
void(* static_delete )(void **)
 

Member Data Documentation

◆ clone

template<typename Char>
void(* boost::spirit::detail::fxn_ptr_table< Char >::clone) (void *const *, void **)

Definition at line 96 of file any.hpp.

◆ destruct

template<typename Char>
void(* boost::spirit::detail::fxn_ptr_table< Char >::destruct) (void **)

Definition at line 95 of file any.hpp.

◆ get_type

template<typename Char>
boost::detail::sp_typeinfo const&(* boost::spirit::detail::fxn_ptr_table< Char >::get_type) ()

Definition at line 93 of file any.hpp.

◆ move

template<typename Char>
void(* boost::spirit::detail::fxn_ptr_table< Char >::move) (void *const *, void **)

Definition at line 97 of file any.hpp.

◆ static_delete

template<typename Char>
void(* boost::spirit::detail::fxn_ptr_table< Char >::static_delete) (void **)

Definition at line 94 of file any.hpp.


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