QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
weekday.cpp File Reference
#include <ql/time/weekday.hpp>
#include <ql/types.hpp>
#include <ql/errors.hpp>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 
namespace  QuantLib::detail
 
namespace  QuantLib::io
 

Functions

std::ostream & operator<< (std::ostream &out, const Weekday &w)
 
std::ostream & operator<< (std::ostream &out, const long_weekday_holder &holder)
 
std::ostream & operator<< (std::ostream &out, const short_weekday_holder &holder)
 
std::ostream & operator<< (std::ostream &out, const shortest_weekday_holder &holder)
 

Variables

detail::long_weekday_holder long_weekday (Weekday)
 output weekdays in long format More...
 
detail::short_weekday_holder short_weekday (Weekday)
 output weekdays in short format (three letters) More...
 
detail::shortest_weekday_holder shortest_weekday (Weekday)
 output weekdays in shortest format (two letters) More...