|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
global repository for run-time library settings More...
#include <commoditysettings.hpp>
Inheritance diagram for CommoditySettings:
Collaboration diagram for CommoditySettings:Public Member Functions | |
| Currency & | currency () |
| UnitOfMeasure & | unitOfMeasure () |
Public Member Functions inherited from Singleton< CommoditySettings > | |
| Singleton (const Singleton &)=delete | |
| Singleton (Singleton &&)=delete | |
| Singleton & | operator= (const Singleton &)=delete |
| Singleton & | operator= (Singleton &&)=delete |
| ~Singleton ()=default | |
Private Member Functions | |
| CommoditySettings () | |
Private Attributes | |
| Currency | currency_ |
| UnitOfMeasure | unitOfMeasure_ |
Friends | |
| class | Singleton< CommoditySettings > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< CommoditySettings > | |
| static CommoditySettings & | instance () |
| access to the unique instance More... | |
Protected Member Functions inherited from Singleton< CommoditySettings > | |
| Singleton ()=default | |
global repository for run-time library settings
Definition at line 34 of file commoditysettings.hpp.
|
private |
Definition at line 27 of file commoditysettings.cpp.
| Currency & currency | ( | ) |
| UnitOfMeasure & unitOfMeasure | ( | ) |
|
friend |
Definition at line 1 of file commoditysettings.hpp.
|
private |
Definition at line 43 of file commoditysettings.hpp.
|
private |
Definition at line 44 of file commoditysettings.hpp.