|
JSON Voorhees
Killer JSON for C++
|
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 |
Definition at line 96 of file serialization_util.hpp.