OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config_factory.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #include <vector>
6 
7 #include "config_factory.h"
8 
12 // Do not define the default record for ConfigJsonParser,
13 // because it is purely abstract
14 //template<> ConfigJsonParserRec::DefaultLinkType
15 // ConfigJsonParserRec::default_link_{};
16 
17 #include "config_amqp_client.h"
22 
28 
33 
35 template<> CqlIfRec1::FunctionType
36  CqlIfRec1::create_func_ = nullptr;
39 
40 template<> CqlIfRec2::FunctionType
41  CqlIfRec2::create_func_ = nullptr;
44 
typename FactoryTypes< Base, Args...>::FunctionType FunctionType
Definition: factory.h:60
static DefaultLinkType default_link_
Definition: factory.h:64
static FunctionType create_func_
Definition: factory.h:63