|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Region class, used for inflation applicability. More...
#include <region.hpp>
Inheritance diagram for Region:
Collaboration diagram for Region:Classes | |
| struct | Data |
Related Functions | |
(Note that these are not member functions.) | |
| bool | operator== (const Region &, const Region &) |
| bool | operator!= (const Region &, const Region &) |
Inspectors | |
| ext::shared_ptr< Data > | data_ |
| const std::string & | name () const |
| const std::string & | code () const |
| Region ()=default | |
Region class, used for inflation applicability.
Definition at line 36 of file region.hpp.
|
protecteddefault |
| const std::string & name | ( | ) | const |
| const std::string & code | ( | ) | const |
|
protected |
Definition at line 46 of file region.hpp.