JSON Voorhees
Killer JSON for C++
jsonv::function_extractor< T, FExtract > Class Template Reference
+ Inheritance diagram for jsonv::function_extractor< T, FExtract >:

Public Member Functions

template<typename FUExtract >
 function_extractor (FUExtract &&func)
 
- Public Member Functions inherited from jsonv::extractor_for< T >
virtual const std::type_info & get_type () const override
 Get the run-time type this extractor knows how to extract. More...
 
virtual void extract (const extraction_context &context, const value &from, void *into) const override
 Extract a the type from a value into a region of memory. More...
 

Protected Member Functions

virtual T create (const extraction_context &context, const value &from) const override
 

Detailed Description

template<typename T, typename FExtract>
class jsonv::function_extractor< T, FExtract >

Definition at line 96 of file serialization_util.hpp.


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