QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <region.hpp>
Public Member Functions | |
Data (std::string name, std::string code) | |
Public Attributes | |
std::string | name |
std::string | code |
Definition at line 49 of file region.hpp.
Data | ( | std::string | name, |
std::string | code | ||
) |
Definition at line 52 of file region.hpp.
std::string name |
Definition at line 50 of file region.hpp.
std::string code |
Definition at line 51 of file region.hpp.