#include <orea/simm/simmbucketmapperbase.hpp>
Collaboration diagram for BucketMapping:Public Member Functions | |
| BucketMapping (const std::string &bucket, const std::string &validFrom="", const std::string &validTo="", bool fallback=false) | |
| const std::string & | bucket () const |
| const std::string & | validFrom () const |
| const std::string & | validTo () const |
| bool | fallback () const |
| QuantLib::Date | validToDate () const |
| QuantLib::Date | validFromDate () const |
| std::string | name () const |
Private Attributes | |
| std::string | bucket_ |
| std::string | validFrom_ |
| std::string | validTo_ |
| bool | fallback_ |
Definition at line 38 of file simmbucketmapperbase.hpp.
| BucketMapping | ( | const std::string & | bucket, |
| const std::string & | validFrom = "", |
||
| const std::string & | validTo = "", |
||
| bool | fallback = false |
||
| ) |
Definition at line 40 of file simmbucketmapperbase.hpp.
| const std::string & bucket | ( | ) | const |
Definition at line 42 of file simmbucketmapperbase.hpp.
| const std::string & validFrom | ( | ) | const |
Definition at line 43 of file simmbucketmapperbase.hpp.
| const std::string & validTo | ( | ) | const |
Definition at line 44 of file simmbucketmapperbase.hpp.
| bool fallback | ( | ) | const |
Definition at line 45 of file simmbucketmapperbase.hpp.
| QuantLib::Date validToDate | ( | ) | const |
Definition at line 73 of file simmbucketmapperbase.cpp.
Here is the call graph for this function:| QuantLib::Date validFromDate | ( | ) | const |
Definition at line 80 of file simmbucketmapperbase.cpp.
Here is the call graph for this function:| std::string name | ( | ) | const |
Definition at line 63 of file simmbucketmapperbase.cpp.
Here is the caller graph for this function:
|
private |
Definition at line 50 of file simmbucketmapperbase.hpp.
|
private |
Definition at line 51 of file simmbucketmapperbase.hpp.
|
private |
Definition at line 52 of file simmbucketmapperbase.hpp.
|
private |
Definition at line 53 of file simmbucketmapperbase.hpp.