RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/types/value_description_fwd.h
00001 /* value_description_fwd.h                                         -*- C++ -*-
00002    Jeremy Barnes, 29 March 2013
00003    Copyright (c) 2013 Datacratic Inc.  All rights reserved.
00004 
00005    Code for description and introspection of values and structures.  Used
00006    to allow for automated formatters and parsers to be built.
00007 */
00008 
00009 #pragma once
00010 
00011 namespace Datacratic {
00012 
00013 struct JsonParsingContext;
00014 struct JsonPrintingContext;
00015 
00016 struct ValueDescription;
00017 
00018 template<typename T>
00019 struct ValueDescriptionT;
00020 
00021 template<typename T, typename Enable = void>
00022 struct DefaultDescription;
00023 
00024 } // namespace Datacratic
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator