QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Classes | Related Functions | List of all members
Region Class Reference

Region class, used for inflation applicability. More...

#include <ql/indexes/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< Datadata_
 
const std::string & name () const
 
const std::string & code () const
 
 Region ()=default
 

Detailed Description

Region class, used for inflation applicability.

Definition at line 36 of file region.hpp.

Constructor & Destructor Documentation

◆ Region()

Region ( )
protecteddefault

Member Function Documentation

◆ name()

const std::string & name ( ) const

Definition at line 113 of file region.hpp.

+ Here is the caller graph for this function:

◆ code()

const std::string & code ( ) const

Definition at line 117 of file region.hpp.

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator==()

bool operator== ( const Region ,
const Region  
)
related

Definition at line 121 of file region.hpp.

+ Here is the call graph for this function:

◆ operator!=()

bool operator!= ( const Region ,
const Region  
)
related

Definition at line 125 of file region.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ data_

ext::shared_ptr<Data> data_
protected

Definition at line 46 of file region.hpp.