Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
initbuilders.hpp File Reference

add builders to factories More...

Go to the source code of this file.

Namespaces

namespace  ore
 
namespace  ore::analytics
 

Macros

#define ORE_REGISTER_ANALYTIC_BUILDER(NAME, SUBANALYTICS, CLASS, OVERWRITE)
 

Functions

void initBuilders (const bool registerOREAnalytics)
 

Detailed Description

add builders to factories

Definition in file initbuilders.hpp.

Macro Definition Documentation

◆ ORE_REGISTER_ANALYTIC_BUILDER

#define ORE_REGISTER_ANALYTIC_BUILDER (   NAME,
  SUBANALYTICS,
  CLASS,
  OVERWRITE 
)
Value:
ore::analytics::AnalyticFactory::instance().addBuilder( \
NAME, SUBANALYTICS, QuantLib::ext::make_shared<ore::analytics::AnalyticBuilder<CLASS>>(), OVERWRITE);
Template AnalyticBuilder class.

Definition at line 25 of file initbuilders.hpp.